diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-10-18 10:08:08 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-10-18 10:08:08 +0000 |
| commit | cb2abfef0d2a04194b48075650cc19f86f2d19cd (patch) | |
| tree | 33852efe2115eaab6be0f5d9c3f2baf92c808987 /net/clusterit | |
| parent | Update to JNetHack 3.4.1-0.4 and bump PORTREVISION. (diff) | |
Include stdarg.h instead of varargs.h.
Diffstat (limited to 'net/clusterit')
| -rw-r--r-- | net/clusterit/files/patch-barrier::barrierd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/clusterit/files/patch-barrier::barrierd.c b/net/clusterit/files/patch-barrier::barrierd.c new file mode 100644 index 000000000000..2355e02d0947 --- /dev/null +++ b/net/clusterit/files/patch-barrier::barrierd.c @@ -0,0 +1,11 @@ +--- barrier/barrierd.c.orig Sat Oct 18 14:05:14 2003 ++++ barrier/barrierd.c Sat Oct 18 14:05:29 2003 +@@ -38,7 +38,7 @@ + #include <string.h> + #include <strings.h> + #include <syslog.h> +-#include <varargs.h> ++#include <stdarg.h> + #include "../common/sockcommon.h" + + #if !defined(lint) && defined(__NetBSD__) |
