about summary refs log tree commit diff
path: root/converter/other/pamtotiff.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-31 03:55:36 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-12-31 03:55:36 +0000
commit8dac11e8167e988cac0402916daa2b2e8330a901 (patch)
tree226ff34be62bab11035b7fd67d42d90d27d93962 /converter/other/pamtotiff.c
parent93e4c4341ca23e8de8dccb8b1b0c4bb7b0920805 (diff)
downloadnetpbm-mirror-8dac11e8167e988cac0402916daa2b2e8330a901.tar.gz
netpbm-mirror-8dac11e8167e988cac0402916daa2b2e8330a901.tar.xz
netpbm-mirror-8dac11e8167e988cac0402916daa2b2e8330a901.zip
Remove obsolete comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@525 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/pamtotiff.c')
-rw-r--r--converter/other/pamtotiff.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/converter/other/pamtotiff.c b/converter/other/pamtotiff.c
index 49123d4f..1567e5cf 100644
--- a/converter/other/pamtotiff.c
+++ b/converter/other/pamtotiff.c
@@ -791,16 +791,6 @@ createTiffGenerator(int          const ofd,
 
     const char * option;
 
-    /* Before 10.12 (November 2002), we set O_NONBLOCK here:
-
-       fcntl( 1, F_SETFL, O_NONBLOCK ) ; 
-   
-       I have no idea why.  The comment attached said, 
-
-         acooke dec99 - otherwise blocks on read inside 
-         next line (Linux i386) 
-    */
-
     validateSeekableOutputFile(ofd, outFileName);
 
     if (append)