f10aa2ade5
bento noticed one subdirectory doesn't build correctly: - add -traditional-cpp -DUSESTRINGDOTH to CFLAGS - generic sys_nerr fix - bump port rev because the build error doesn't break the build, but just leads to missing files - checked against -STABLE PR: ports/47964 Submitted by: Volker Stolz <stolz@fump.kawo2.rwth-aachen.de>
11 lines
324 B
C
11 lines
324 B
C
--- applications/aufs/afpos.c.orig Wed Feb 5 17:48:07 2003
|
|
+++ applications/aufs/afpos.c Wed Feb 5 17:48:45 2003
|
|
@@ -4776,7 +4776,7 @@
|
|
#if !(defined(__FreeBSD__) || defined(__NetBSD__))
|
|
extern char *sys_errlist[];
|
|
#endif
|
|
- extern int sys_nerr;
|
|
+ extern __const int sys_nerr;
|
|
static char buf[50];
|
|
int serrno;
|
|
|