]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(FCHMOD_SAFER_H): Remove: it was misnamed, and wasn't needed anyay.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2005 21:35:21 +0000 (21:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 25 Dec 2005 21:35:21 +0000 (21:35 +0000)
lib/chdir-safer.h

index 8160141628f41070d8d862c9a14699ebd27105e1..554485a8311833c2db1c32b48f936927144f230a 100644 (file)
@@ -1,4 +1,5 @@
-/* like chdir(2), but safer, if possible
+/* much like chdir(2), but safer
+
    Copyright (C) 2005 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
@@ -17,9 +18,4 @@
 
 /* Written by Jim Meyering.  */
 
-#ifndef FCHMOD_SAFER_H
-# define FCHMOD_SAFER_H 1
-
 int chdir_no_follow (char const *file);
-
-#endif /* FCHMOD_SAFER_H */