2013-09-26 17:14:40 +02:00

13 lines
379 B
Plaintext

$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>