blob: bae1391415c16c233ffdf3bc79ef53b54a52ea7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ag,v 1.2 2019/11/16 10:14:15 mef Exp $
date: 2005-11-11 01:31:25 +0900; author: joerg; state: Exp;
Depend on errno.h for errno.
--- io.c.orig 2005-11-10 16:13:36.000000000 +0000
+++ io.c
@@ -42,7 +42,6 @@
#include "main.h"
#include "io.h"
-extern int errno;
extern int exit_code;
extern char *argvzero;
extern struct opt_s options;
|