460bd4190f
- fix warnings for missing prototypes - use termios instead of sgtty (why doesn't this work on amd64?)
12 lines
310 B
Text
12 lines
310 B
Text
$NetBSD: patch-ay,v 1.2 2008/12/17 02:19:59 christos Exp $
|
|
|
|
--- murgil/clientserve.c.orig 1995-02-24 16:19:39.000000000 -0500
|
|
+++ murgil/clientserve.c 2008-12-16 20:18:00.000000000 -0500
|
|
@@ -11,7 +11,6 @@
|
|
#include "ipcf.h"
|
|
#include "externs.h"
|
|
|
|
-extern int errno;
|
|
int sock;
|
|
fd_set fdr;
|
|
struct Cbuf buf;
|