blob: 6265de14c324a091c25be011bd0299d66b874db2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aq,v 1.1 2006/01/12 17:13:58 joerg Exp $
--- incoming/connect.c.orig 2006-01-12 16:57:35.000000000 +0000
+++ incoming/connect.c
@@ -53,7 +53,7 @@ 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>
|