From 8d64a37a777e25cbb7838de3cdd6a6da3abdeb00 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Jan 1998 10:06:41 +0000 Subject: [PATCH] remove SPECIAL_BITS #ifdefs --- src/install.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/install.c b/src/install.c index a71d8f3..6607ebc 100644 --- a/src/install.c +++ b/src/install.c @@ -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 */ -- 2.7.4