blob: b27b254182ba1e76b60114aaefb557577108816f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2005/12/18 22:02:35 joerg Exp $
--- getpeername.c.orig 2005-12-18 21:54:26.000000000 +0000
+++ getpeername.c
@@ -24,7 +24,6 @@ static char info[] = "getpeername: a net
#include <stdio.h>
#include <string.h>
#include <errno.h>
-extern int errno; /* I hate the errno header file */
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
|