mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
11 lines
175 B
C
11 lines
175 B
C
--- src/gensktab.c.orig 2020-08-28 17:56:24 UTC
|
|
+++ src/gensktab.c
|
|
@@ -2,7 +2,7 @@
|
|
#include <stdio.h>
|
|
#include "cpmio.h"
|
|
|
|
-int skew;
|
|
+extern int skew;
|
|
int *skewtab;
|
|
|
|
/*
|