This is independent of the merge with gnulib, but I installed this:

2005-09-21  Paul Eggert  <[EMAIL PROTECTED]>

        * src/rmdir.c (EEXIST, ENOTEMPTY): Remove unused macros.

Index: src/rmdir.c
===================================================================
RCS file: /fetish/cu/src/rmdir.c,v
retrieving revision 1.82
diff -p -u -r1.82 rmdir.c
--- src/rmdir.c 22 Jun 2005 15:25:23 -0000      1.82
+++ src/rmdir.c 22 Sep 2005 06:49:32 -0000
@@ -37,14 +37,6 @@
 
 #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;
 


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to