about summary refs log tree commit diff stats
path: root/src/LYNews.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYNews.c')
-rw-r--r--src/LYNews.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/LYNews.c b/src/LYNews.c
index e3c9167b..bb752de0 100644
--- a/src/LYNews.c
+++ b/src/LYNews.c
@@ -73,7 +73,9 @@ PUBLIC char *LYNewsPost ARGS2(
 	HTAlert(CANNOT_OPEN_TEMP);
 	return(postfile);
     }
+#ifndef __DJGPP__ 
     chmod(my_tempfile, 0600);
+#endif /* __DJGPP__ */   
 
     /*
      *  If we're using a Japanese display character set,
@@ -94,7 +96,9 @@ PUBLIC char *LYNewsPost ARGS2(
 #endif /* VMS */
 	    return(postfile);
 	}
+#ifndef __DJGPP__ 
 	chmod(CJKfile, 0600);
+#endif /* __DJGPP__ */
     }
 
     /*