summaryrefslogtreecommitdiffstats
path: root/patches/tcp_wrappers_7.6/tcp_wrappers_7.6-ptx1.diff
blob: 41b4999907e76f96b18197de1a5faf563ddac037 (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
26
27
28
29
30
31
---
 Makefile    |    2 +-
 percent_m.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: tcp_wrappers_7.6/Makefile
===================================================================
--- tcp_wrappers_7.6.orig/Makefile
+++ tcp_wrappers_7.6/Makefile
@@ -44,7 +44,7 @@ what:
 #REAL_DAEMON_DIR=/usr/etc
 #
 # SysV.4 Solaris 2.x OSF AIX
-#REAL_DAEMON_DIR=/usr/sbin
+REAL_DAEMON_DIR=/usr/sbin
 #
 # BSD 4.4
 #REAL_DAEMON_DIR=/usr/libexec
Index: tcp_wrappers_7.6/percent_m.c
===================================================================
--- tcp_wrappers_7.6.orig/percent_m.c
+++ tcp_wrappers_7.6/percent_m.c
@@ -14,7 +14,7 @@ static char sccsid[] = "@(#) percent_m.c
 
 extern int errno;
 #ifndef SYS_ERRLIST_DEFINED
-extern char *sys_errlist[];
+extern __const char *__const sys_errlist[];
 extern int sys_nerr;
 #endif