Package: gnuserv / 3.12.8-6

5-strerror Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: Mike O'Connor <stew@vireo.org>
Subject: clean up strerror macro mess 

--- a/sysfile.h
+++ b/sysfile.h
@@ -422,14 +422,6 @@ extern int h_errno;
 int dup2 (int oldd, int newd);
 #endif
 
-#ifndef HAVE_STRERROR
-/* X11R6 defines strerror as a macro */
-# ifdef strerror
-# undef strerror
-# endif
-const char *strerror (int);
-#endif
-
 
 
 /*