remove SPECIAL_BITS #ifdefs
authorJim Meyering <jim@meyering.net>
Mon, 5 Jan 1998 10:06:41 +0000 (10:06 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 5 Jan 1998 10:06:41 +0000 (10:06 +0000)
src/install.c

index a71d8f3..6607ebc 100644 (file)
@@ -337,20 +337,6 @@ main (int argc, char **argv)
   exit (errors);
 }
 
-#ifndef S_ISUID
-# define S_ISUID 0
-#endif
-
-#ifndef S_ISGID
-# define S_ISGID 0
-#endif
-
-#ifndef S_ISVTX
-# define S_ISVTX 0
-#endif
-
-#define SPECIAL_BITS (S_ISUID | S_ISGID | S_ISVTX)
-
 /* Copy file FROM onto file TO, creating any missing parent directories of TO.
    Return 0 if successful, 1 if an error occurs */