summaryrefslogtreecommitdiff
path: root/comms/modemd/patches/patch-aq
blob: 908d9e0da3ef66ad742de7e122cca7c3963ffcd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$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));