diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-25 21:35:21 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-12-25 21:35:21 +0000 |
commit | 532cf2ac3314dc05fb4713a0d2544493c0551bc0 (patch) | |
tree | 87804ea5e3406a9301a1a7b75933b14c83de3f31 | |
parent | 735fb62c0f01bd6ca3a7fba49caa4d16eef155d7 (diff) | |
download | coreutils-532cf2ac3314dc05fb4713a0d2544493c0551bc0.tar.xz |
(FCHMOD_SAFER_H): Remove: it was misnamed, and wasn't needed anyay.
-rw-r--r-- | lib/chdir-safer.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/chdir-safer.h b/lib/chdir-safer.h index 816014162..554485a83 100644 --- a/lib/chdir-safer.h +++ b/lib/chdir-safer.h @@ -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 */ |