diff options
Diffstat (limited to 'chat/icb/patches/patch-bq')
-rw-r--r-- | chat/icb/patches/patch-bq | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/icb/patches/patch-bq b/chat/icb/patches/patch-bq new file mode 100644 index 00000000000..e243d78e7e5 --- /dev/null +++ b/chat/icb/patches/patch-bq @@ -0,0 +1,12 @@ +$NetBSD: patch-bq,v 1.3 2009/07/24 01:24:39 christos Exp $ + +--- icb/main.c.orig 1995-02-24 16:20:24.000000000 -0500 ++++ icb/main.c 2009-07-23 21:19:32.000000000 -0400 +@@ -7,6 +7,7 @@ + #include "externs.h" + #include <sys/wait.h> + #include <sys/dir.h> ++#include <time.h> + #include "getswitch.h" + + char *optv[] = { "clear", "list", "who", "restricted", "nickname:", "group:", |