mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
379 B
Plaintext
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>
|