460bd4190f
- fix warnings for missing prototypes - use termios instead of sgtty (why doesn't this work on amd64?)
12 lines
338 B
Text
12 lines
338 B
Text
$NetBSD: patch-af,v 1.3 2008/12/17 02:19:59 christos Exp $
|
|
|
|
--- icb/globals.c.orig 1995-02-24 16:20:22.000000000 -0500
|
|
+++ icb/globals.c 2008-12-16 20:17:59.000000000 -0500
|
|
@@ -59,6 +59,7 @@
|
|
1, /* beeps */
|
|
"vi", /* editmode */
|
|
0, /* tabreply */
|
|
+ 0, /* printtime */
|
|
1, /* cute */
|
|
0, /* autodel */
|
|
"", /* personalto */
|