blob: ff096752136f2ee87cb0ae5ad7e515907191d30f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ac,v 1.1 2006/01/10 19:31:52 joerg Exp $
--- Head.c.orig 2006-01-10 19:11:38.000000000 +0000
+++ Head.c
@@ -1,7 +1,7 @@
#define _XOPEN_SOURCE 500
-
+#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
@@ -30,7 +30,6 @@
#include "Misc.h"
-extern int errno;
extern int h_errno;
|