17 lines
469 B
Text
17 lines
469 B
Text
$NetBSD: patch-aq,v 1.2 2007/10/10 16:53:59 rillig Exp $
|
|
|
|
--- incoming/connect.c.orig 1996-04-30 07:02:43.000000000 +0000
|
|
+++ incoming/connect.c 2007-10-10 16:49:07.000000000 +0000
|
|
@@ -53,10 +53,11 @@ static char copyright[] =
|
|
#include <syslog.h>
|
|
#include <unistd.h>
|
|
#include <sys/time.h>
|
|
-#include <sys/errno.h>
|
|
+#include <errno.h>
|
|
#include <netdb.h>
|
|
#include <sys/stat.h>
|
|
#include <sys/resource.h>
|
|
+#include <stdlib.h>
|
|
|
|
static void pump PROTO ((int, int));
|
|
|