52cfedd6f2
Submitted by: Andrej Zverev (az at inec dot ru) PR: 84316
11 lines
328 B
Text
11 lines
328 B
Text
--- src/unshield.c~ Fri Jul 8 18:08:37 2005
|
|
+++ src/unshield.c Fri Jul 29 19:40:03 2005
|
|
@@ -1,6 +1,8 @@
|
|
/* $Id: unshield.c,v 1.20 2005/07/08 14:08:37 twogood Exp $ */
|
|
#define _BSD_SOURCE 1
|
|
+#if !defined(__FreeBSD__)
|
|
#define _POSIX_C_SOURCE 2
|
|
+#endif
|
|
#include "../lib/libunshield.h"
|
|
#include <ctype.h>
|
|
#include <locale.h>
|