bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

rmdir.c unused macros


From: Paul Eggert
Subject: rmdir.c unused macros
Date: Wed, 21 Sep 2005 23:57:38 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

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

2005-09-21  Paul Eggert  <address@hidden>

        * 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;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]