summaryrefslogtreecommitdiff
path: root/chat/icb/patches/patch-ae
blob: 99912b098803cb69df079cc552dc4b4d86631d53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ae,v 1.2 2002/06/02 01:41:19 schmonz Exp $

diff -x *.orig -urN ./icb/icb.h /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/icb.h
--- ./icb/icb.h	Fri Feb 24 22:20:23 1995
+++ /usr/pkgsrc/net/icb/work.i386.unpatched/icb-5.0.9/icb/icb.h	Fri Nov 26 22:56:30 1999
@@ -9,7 +9,9 @@
 #include <ctype.h>
 #endif
 
+#ifndef __APPLE__
 char *malloc();
+#endif
 
 /* command usage information */
 
@@ -38,6 +38,7 @@
 	int beeps;		/* whether beeps are audible */
 	char *editmode;		/* input editing mode */
 	int tabreply;		/* should replies go into the tab history? */
+	int printtime;		/* print timestamp in front of every msg? */
 	int cute;		/* cute messages when a blank line is entered */
 	int autodel;		/* automatically delete nicks from the tab
 			        history that produce a "not logged on" error */