mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
11 lines
258 B
C
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)
|
|
{
|