gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8411 - doodle/src/doodle


From: gnunet
Subject: [GNUnet-SVN] r8411 - doodle/src/doodle
Date: Thu, 9 Apr 2009 13:43:47 -0600

Author: grothoff
Date: 2009-04-09 13:43:47 -0600 (Thu, 09 Apr 2009)
New Revision: 8411

Modified:
   doodle/src/doodle/doodled.c
Log:
matching patch by James Westby


Modified: doodle/src/doodle/doodled.c
===================================================================
--- doodle/src/doodle/doodled.c 2009-04-09 19:42:35 UTC (rev 8410)
+++ doodle/src/doodle/doodled.c 2009-04-09 19:43:47 UTC (rev 8411)
@@ -758,7 +758,7 @@
   }
   close(filedes[0]); /* we only write */
   nullfd = open("/dev/null",
-               O_CREAT | O_RDWR | O_APPEND, S_IWUSR);
+               O_CREAT | O_RDWR | O_APPEND, S_IWUSR | S_IRUSR);
   if (nullfd < 0) {
     perror("/dev/null");
     exit(1);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]