X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmodechange.c;h=c9bdbe7bdb1ce42d88dbc4ac8eaf305f5a9c578e;hb=0df2580e13bb5523b7f5569e9bec1fda9c812677;hp=a102b6956f6bbdf362a1e292b988ec5b61dc3822;hpb=43f4e8127d9dd93b23e2e370ad4ccbbe38b25d3e;p=gnulib.git diff --git a/lib/modechange.c b/lib/modechange.c index a102b6956..c9bdbe7bd 100644 --- a/lib/modechange.c +++ b/lib/modechange.c @@ -1,5 +1,7 @@ /* modechange.c -- file mode manipulation - Copyright (C) 1989, 1990, 1997, 1998, 1999, 2001 Free Software Foundation, Inc. + + Copyright (C) 1989, 1990, 1997, 1998, 1999, 2001, 2003 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -31,16 +33,8 @@ #include "modechange.h" #include #include "xstrtol.h" - -#if STDC_HEADERS -# include -#else -char *malloc (); -#endif - -#ifndef NULL -# define NULL 0 -#endif +#include +#include #if STAT_MACROS_BROKEN # undef S_ISDIR