ports/editors/emacs/files/patch-src_unexcoff.c
2015-08-23 21:19:17 +00:00

11 lines
258 B
C

--- src/unexcoff.c.orig 2015-08-22 16:05:00 UTC
+++ src/unexcoff.c
@@ -451,7 +451,7 @@ mark_x (const char *name)
int um;
int new = 0; /* for PERROR */
- um = umask (777);
+ um = umask (0777);
umask (um);
if (stat (name, &sbuf) == -1)
{