From 75bc35899c2b97e2b8f7704247a81cb6c21998f5 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 16 Nov 2016 22:33:34 +0000 Subject: Add poorly-named _DEFAULT_SOURCE to all files that had _BSD_SOURCE or _SVID_SOURCE, because for some reason GNU C library is replacing the latter with the former. This eliminates compiler warnings about _BSD_SOURCE/_SVID_SOURCE being deprecated git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2836 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pmfileio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/pmfileio.c') diff --git a/lib/pmfileio.c b/lib/pmfileio.c index 8176ae6a..035037ba 100644 --- a/lib/pmfileio.c +++ b/lib/pmfileio.c @@ -5,6 +5,7 @@ These are external functions, unlike 'fileio.c', but are not particular to any Netpbm format. **************************************************************************/ +#define _DEFAULT_SOURCE /* New name for SVID & BSD source defines */ #define _SVID_SOURCE /* Make sure P_tmpdir is defined in GNU libc 2.0.7 (_XOPEN_SOURCE 500 does it in other libc's). pm_config.h defines TMPDIR as P_tmpdir -- cgit 1.4.1