about summary refs log tree commit diff
path: root/converter/other
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-04-25 23:50:34 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-04-25 23:50:34 +0000
commitd31cd2b86862ceae2a62551d627b7cc6715a80a4 (patch)
treeecefd6689098ed7b0bac7bf5f18caaa5bf0d6341 /converter/other
parentd04f959e3f29dc02d1ecd51e02141f6b1afc789d (diff)
downloadnetpbm-mirror-d31cd2b86862ceae2a62551d627b7cc6715a80a4.tar.gz
netpbm-mirror-d31cd2b86862ceae2a62551d627b7cc6715a80a4.tar.xz
netpbm-mirror-d31cd2b86862ceae2a62551d627b7cc6715a80a4.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3212 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other')
-rw-r--r--converter/other/pamtotiff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/converter/other/pamtotiff.c b/converter/other/pamtotiff.c
index bd264645..72c7dc31 100644
--- a/converter/other/pamtotiff.c
+++ b/converter/other/pamtotiff.c
@@ -21,7 +21,6 @@
 ** other special, indirect and consequential damages.
 */
 
-#define _DEFAULT_SOURCE  /* New name for SVID & BSD source defines */
 #define _XOPEN_SOURCE    /* Make sure stdio.h contains fileno() */
 
 #include <unistd.h>