diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-22 14:30:41 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-22 14:30:41 +0000 |
commit | f05bac3f363569ae1e852145fa7ab29b14774bc4 (patch) | |
tree | 2534a13f0fb56d51506eebd563d34413eb729700 /net/honeyd/files/patch-personality.c | |
parent | ports-mgmt/pkg: Update to 1.15.6 (diff) |
Fix build with -fno-common
portlint complains that the patches have not been generated with makepatch
and this caused some effort to generate the patches for this update.
I'm leaving the legacy patches and the EXTRA_PATCH as-is to not cause
unneccessary churn, but IMHO the patches should be regenerated with
makepatch on occasion of the next major change to this port.
Diffstat (limited to '')
-rw-r--r-- | net/honeyd/files/patch-personality.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/honeyd/files/patch-personality.c b/net/honeyd/files/patch-personality.c index 31ecd385a3f9..353dfc579459 100644 --- a/net/honeyd/files/patch-personality.c +++ b/net/honeyd/files/patch-personality.c @@ -1,11 +1,14 @@ --- personality.c.orig Thu Apr 14 16:07:26 2005 +++ personality.c Thu Apr 14 12:57:11 2005 -@@ -64,6 +64,8 @@ +@@ -64,6 +64,11 @@ #include "xprobe_assoc.h" #include "template.h" +//#define DEBUG_XPROBE_STRUCT + ++personalities_t personalities; ++xp_fprints_t xp_fprints; ++ /* ET - Moved SPLAY_HEAD to personality.h so xprobe_assoc.c could use it. */ int npersons; |