2012-02-16 14:50:52 +01:00
|
|
|
$NetBSD: patch-bc,v 1.3 2012/02/16 14:13:15 hans Exp $
|
2005-12-14 14:53:24 +01:00
|
|
|
|
2008-12-17 03:19:59 +01:00
|
|
|
--- murgil/newconnect.c.orig 1995-02-24 16:19:42.000000000 -0500
|
|
|
|
+++ murgil/newconnect.c 2008-12-16 20:18:01.000000000 -0500
|
2012-02-16 14:50:52 +01:00
|
|
|
@@ -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"
|
2008-12-17 03:19:59 +01:00
|
|
|
#include "ipcf.h"
|
|
|
|
#include "externs.h"
|
|
|
|
|
|
|
|
-extern int errno;
|
2005-12-14 14:53:24 +01:00
|
|
|
-
|
2008-12-17 03:19:59 +01:00
|
|
|
_newconnect(s)
|
|
|
|
int s;
|
|
|
|
{
|