summaryrefslogtreecommitdiff
path: root/comms/xisp/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'comms/xisp/patches/patch-ac')
-rw-r--r--comms/xisp/patches/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/xisp/patches/patch-ac b/comms/xisp/patches/patch-ac
index ff8c7dcbc33..83fcd8fa051 100644
--- a/comms/xisp/patches/patch-ac
+++ b/comms/xisp/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.3 2006/02/22 16:13:48 joerg Exp $
+$NetBSD: patch-ac,v 1.4 2006/10/06 22:14:44 reed Exp $
---- xispid.c.orig 2006-02-22 16:06:00.000000000 +0000
-+++ xispid.c
+--- xispid.c.orig 2003-06-28 09:03:03.000000000 -0500
++++ xispid.c 2006-10-05 17:22:58.000000000 -0500
@@ -42,7 +42,7 @@
#include <limits.h>
#endif
-#if !defined(__FreeBSD__) && !defined(linux) /* setgrent() is int in FreeBSD */
-+#if !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(linux) /* setgrent() is int in FreeBSD */
++#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__) && !defined(linux) /* setgrent() is int in FreeBSD */
struct passwd *getpwuid();
struct group *getgrgid(), *getgrent();
uid_t getuid(), geteuid();