From 532cf2ac3314dc05fb4713a0d2544493c0551bc0 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 25 Dec 2005 21:35:21 +0000 Subject: [PATCH] (FCHMOD_SAFER_H): Remove: it was misnamed, and wasn't needed anyay. --- lib/chdir-safer.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lib/chdir-safer.h b/lib/chdir-safer.h index 8160141628..554485a831 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 */ -- 2.47.3