16 lines
404 B
Text
16 lines
404 B
Text
$NetBSD: patch-ag,v 1.1 2005/12/18 23:15:43 joerg Exp $
|
|
|
|
--- ckuus6.c.orig 2005-12-18 23:06:04.000000000 +0000
|
|
+++ ckuus6.c
|
|
@@ -26,11 +26,7 @@
|
|
#include "ckcnet.h" /* Network symbols */
|
|
#include <signal.h>
|
|
|
|
-#ifdef VMS
|
|
-#ifndef TCPSOCKET
|
|
#include <errno.h>
|
|
-#endif /* TCPSOCKET */
|
|
-#endif /* VMS */
|
|
|
|
#ifdef datageneral
|
|
#define fgets(stringbuf,max,fd) dg_fgets(stringbuf,max,fd)
|