(S_IRWXUGO): Remove definition.
authorJim Meyering <jim@meyering.net>
Fri, 8 Sep 2000 09:01:02 +0000 (09:01 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 8 Sep 2000 09:01:02 +0000 (09:01 +0000)
src/mkdir.c

index e1d3c5f..a8934c7 100644 (file)
 #include "modechange.h"
 #include "quote.h"
 
-#ifndef S_IRWXUGO
-# define S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
-#endif
-
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "mkdir"