summaryrefslogtreecommitdiff
path: root/chat/icb/patches/patch-bm
diff options
context:
space:
mode:
Diffstat (limited to 'chat/icb/patches/patch-bm')
-rw-r--r--chat/icb/patches/patch-bm22
1 files changed, 22 insertions, 0 deletions
diff --git a/chat/icb/patches/patch-bm b/chat/icb/patches/patch-bm
new file mode 100644
index 00000000000..6352381f64a
--- /dev/null
+++ b/chat/icb/patches/patch-bm
@@ -0,0 +1,22 @@
+$NetBSD: patch-bm,v 1.1 2006/05/15 15:33:00 christos Exp $
+
+--- icb/s_bump.c.orig 1995-02-24 16:20:27.000000000 -0500
++++ icb/s_bump.c 2006-05-15 10:59:10.000000000 -0400
+@@ -6,6 +6,8 @@
+
+ #include "icb.h"
+ #include "externs.h"
++#include <stdlib.h>
++#include <unistd.h>
+
+ s_bump(TARGLIST)
+ TARGDEFS
+@@ -22,7 +24,7 @@
+ if (argc > 2)
+ password = argv[2];
+ else
+- password = (char *) getpass ("Enter password:");
++ password = getpass ("Enter password:");
+
+ sprintf(message,"bump %s %s", nick, password);
+ sendpersonal("server",message,-1);