summaryrefslogtreecommitdiff
path: root/chat/icb/patches/patch-aj
blob: c7a72a2e26149112d066067dbce0c9534309d7ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aj,v 1.3 2008/12/17 02:19:59 christos Exp $

--- icb/oset.c.orig	1995-02-24 16:20:24.000000000 -0500
+++ icb/oset.c	2008-12-16 20:18:00.000000000 -0500
@@ -39,6 +39,7 @@
 	{ "pagesize",	V_INT,		(char *)&gv.pagesize },
 	{ "pauseonshell",	V_BOOLEAN,	(char *)&gv.pauseonshell },
 	{ "personalto", V_STRING,	(char *)&gv.personalto },
+	{ "printtime",	V_BOOLEAN,	(char *)&gv.printtime },
 	{ "restricted",	V_BOOLEAN,	(char *)&gv.restricted },
 	{ "tabreply",	V_BOOLEAN,	(char *)&gv.tabreply },
 	{ "timedisplay",	V_STRING,	(char *)&gv.timedisplay },
@@ -140,7 +141,7 @@
 {
 	int zero = 0, one = 1;
 	int tmp;
-	char *p, *malloc();
+	char *p;
 
 	switch(type) {
 	case V_CHAR: