]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[S_ISLNK]: Don't define. It's already defined in sys2.h.
authorJim Meyering <jim@meyering.net>
Sat, 4 Jan 2003 08:44:11 +0000 (08:44 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Jan 2003 08:44:11 +0000 (08:44 +0000)
src/remove.c

index d3062f2a3336cbe70f155ffa0b735a08a2af6ed4..bc838df25c86a75e03c3ad9a7363283fc65c9d81 100644 (file)
@@ -1,5 +1,5 @@
 /* remove.c -- core functions for removing files and directories
-   Copyright (C) 88, 90, 91, 1994-2002 Free Software Foundation, Inc.
+   Copyright (C) 88, 90, 91, 1994-2003 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -84,10 +84,6 @@ int rpl_lstat (const char *, struct stat *);
 # define D_INO(dp) 1
 #endif
 
-#if !defined S_ISLNK
-# define S_ISLNK(Mode) 0
-#endif
-
 /* Initial capacity of per-directory hash table of entries that have
    been processed but not been deleted.  */
 #define HT_UNREMOVABLE_INITIAL_CAPACITY 13