diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-29 21:12:26 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-29 21:12:26 +0000 |
commit | 4317d6c21b6528e88f67813670b74533fdaa2182 (patch) | |
tree | 7117be88d4aa052f4e9fb37247ba3e6bab7f5503 /misc/viz/files/patch-viz.c | |
parent | Fix build with -fno-common (diff) |
Fix build with -fno-common
Notes
Notes:
svn path=/head/; revision=550624
Diffstat (limited to 'misc/viz/files/patch-viz.c')
-rw-r--r-- | misc/viz/files/patch-viz.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/viz/files/patch-viz.c b/misc/viz/files/patch-viz.c index 36421917ffbd..6aa02cee8d18 100644 --- a/misc/viz/files/patch-viz.c +++ b/misc/viz/files/patch-viz.c @@ -1,6 +1,6 @@ ---- viz.c.patched Sat Mar 8 18:07:20 1997 -+++ viz.c Sat Mar 8 18:07:26 1997 -@@ -55,14 +55,17 @@ +--- viz.c.orig 1995-04-14 13:30:56 UTC ++++ viz.c +@@ -55,14 +55,19 @@ #define VIZ_MAIN #include "viz.h" @@ -16,6 +16,8 @@ extern optind, opterr; extern char *optarg; +#endif ++ ++MEMP rootlist; char *prog; struct Format Fmt = { |