]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(EEXIST, ENOTEMPTY): Remove unused macros.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Sep 2005 06:56:21 +0000 (06:56 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Sep 2005 06:56:21 +0000 (06:56 +0000)
src/rmdir.c

index 79b00b6f1417c4fb76b28e58c8fd3d10a53c45dc..2d94fcda8cae8ea5a5c593708c704052c7c81c43 100644 (file)
 
 #define AUTHORS "David MacKenzie"
 
-#ifndef EEXIST
-# define EEXIST 0
-#endif
-
-#ifndef ENOTEMPTY
-# define ENOTEMPTY 0
-#endif
-
 /* The name this program was run with. */
 char *program_name;