mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
256 B
C
11 lines
256 B
C
--- src/unexaix.c.orig 2015-08-22 16:04:45 UTC
|
|
+++ src/unexaix.c
|
|
@@ -478,7 +478,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)
|
|
{
|