diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 11:11:11 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2020-05-04 11:11:11 +0000 |
commit | 748d7f291a420935859239bc4d1b326404a67c38 (patch) | |
tree | 9fb99b1e82e4e2102c3edf8f23d64b7c220f4605 /news | |
parent | 55fa77b71976d4312419a0c4e63169392faf49bc (diff) |
- fix build with -fno-common
Notes
Notes:
svn path=/head/; revision=533914
Diffstat (limited to 'news')
-rw-r--r-- | news/cnews/files/patch-mkinperm.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/cnews/files/patch-mkinperm.c b/news/cnews/files/patch-mkinperm.c new file mode 100644 index 000000000000..4637398fce2c --- /dev/null +++ b/news/cnews/files/patch-mkinperm.c @@ -0,0 +1,11 @@ +--- libcnews/mkinperm.c.orig 2020-05-02 08:20:33 UTC ++++ libcnews/mkinperm.c +@@ -24,7 +24,7 @@ + #endif + + int mkinpdebug = 0; +-const char *progname; ++extern const char *progname; + + int /* true iff succeeded */ + mkinperm(tmpname, grade, class) |