19 lines
430 B
Text
19 lines
430 B
Text
$NetBSD: patch-bc,v 1.3 2012/02/16 14:13:15 hans Exp $
|
|
|
|
--- murgil/newconnect.c.orig 1995-02-24 16:19:42.000000000 -0500
|
|
+++ murgil/newconnect.c 2008-12-16 20:18:01.000000000 -0500
|
|
@@ -15,13 +15,12 @@
|
|
#include <sys/ioctl.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <sys/file.h>
|
|
#include <errno.h>
|
|
#include "select.h"
|
|
#include "ipcf.h"
|
|
#include "externs.h"
|
|
|
|
-extern int errno;
|
|
-
|
|
_newconnect(s)
|
|
int s;
|
|
{
|