1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(S_IRWXUGO): Remove definition.

This commit is contained in:
Jim Meyering
2000-09-08 09:01:02 +00:00
parent b12b63eced
commit 3a66ad8dcd

View File

@@ -28,10 +28,6 @@
#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"