blob: 1c853d30f06a380e0ad08c37bca5f74c54fc17ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$NetBSD: patch-ab,v 1.1.1.1 2000/10/15 17:26:42 rh Exp $
--- tac_plus.h.orig Tue Oct 3 17:11:45 2000
+++ tac_plus.h
@@ -79,6 +79,7 @@
#define STDLIB_MALLOC
#define NO_PWAGE
#define CONST_SYSERRLIST
+#define HAVE_SYSERR_PROTO
#define VOIDSIG
#endif
@@ -689,10 +690,12 @@
extern void set_expiration_status();
/* miscellaneous */
+#ifndef HAVE_SYSERR_PROTO
#ifdef CONST_SYSERRLIST
extern const char *const sys_errlist[];
#else
extern char *sys_errlist[];
+#endif
#endif
extern int errno;
extern int sendauth_fn();
|