blob: d459b90d2c501712314ec5fb23f9aa398b8565a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-af,v 1.1 2004/04/10 05:30:06 schmonz Exp $
--- error.3.orig 1998-06-15 06:53:16.000000000 -0400
+++ error.3
@@ -3,8 +3,8 @@
error \- syscall error codes
.SH SYNTAX
.B #include <error.h>
-
-extern int \fBerrno\fP;
+.br
+.B #include <errno.h>
extern int \fBerror_intr\fP;
.br
|