Files
ports/sysutils/npadmin/files/patch-npadmin.C
Edwin Groothuis 5c971b8dc8 Make sysutils/npadmin compile under -current again.
Noticed on: bento
2002-11-21 06:59:06 +00:00

11 lines
228 B
C

--- npadmin.C.orig Thu Nov 21 17:53:10 2002
+++ npadmin.C Thu Nov 21 17:53:48 2002
@@ -11,6 +11,7 @@
#include <sys/time.h>
#include <sys/types.h>
+#define HAVE_DECL_GETOPT 1
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#else