diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-01 12:12:50 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-01 12:12:50 +0000 |
commit | 236a71ab19ea2f816150fcb61a52f55217e9edde (patch) | |
tree | 01744c7643d30f715e079aa804e92bc5dd520eec /ftp/pftpd/files/patch-plib_server.c | |
parent | - Add -fcommon to CFLAGS to unbreak the build against modern compilers (diff) |
Fix build with clang11
Notes
Notes:
svn path=/head/; revision=547267
Diffstat (limited to 'ftp/pftpd/files/patch-plib_server.c')
-rw-r--r-- | ftp/pftpd/files/patch-plib_server.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/pftpd/files/patch-plib_server.c b/ftp/pftpd/files/patch-plib_server.c new file mode 100644 index 000000000000..8347730c07ef --- /dev/null +++ b/ftp/pftpd/files/patch-plib_server.c @@ -0,0 +1,11 @@ +--- plib/server.c.orig 2013-07-04 11:10:49 UTC ++++ plib/server.c +@@ -41,7 +41,7 @@ + + #include "plib/server.h" + +-int debug; ++extern int debug; + + + |