blob: a618540abfb05ba1ab14f2bca8ea63a241c9008f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.1 2005/12/29 13:46:16 joerg Exp $
--- src/common/lpf.c.orig 2005-12-28 21:49:47.000000000 +0000
+++ src/common/lpf.c
@@ -135,7 +135,7 @@ int plp_vsnprintf ();
# include <sys/file.h>
#endif
-#ifndef HAVE_ERRNO_DECL
+#ifndef HAVE_DECL_ERRNO
extern int errno;
#endif
|