summaryrefslogtreecommitdiff
path: root/archivers/unshield/files/patch-aa
blob: 75ff1bef1f5e187b0fb01075271f786d2a2c95a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/unshield.c~	Mon Aug 25 19:17:29 2003
+++ src/unshield.c	Fri Apr  9 13:55:47 2004
@@ -1,5 +1,7 @@
 #define _BSD_SOURCE 1
+#if !defined(__FreeBSD__)
 #define _POSIX_C_SOURCE 2
+#endif
 #include <libunshield.h>
 #include <ctype.h>
 #include <stdio.h>