summaryrefslogtreecommitdiff
path: root/sysutils/mktemp/patches/patch-aa
blob: db5a4745c770ea420182ee16ac49c99e34061542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2005/10/07 16:00:57 joerg Exp $

--- extern.h.orig	2005-07-22 14:18:08.000000000 +0000
+++ extern.h
@@ -38,8 +38,6 @@
 # define __P(args)		()
 #endif
 
-extern int errno;
-
 extern char *MKDTEMP __P((char *));
 extern int MKSTEMP __P((char *));
 extern long get_random __P((void));