From 14ffdc3801ddbccf94cb75a75fcba1fa63efeb22 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 Dec 1997 10:38:15 +0000 Subject: [PATCH] (make_path) [!__STDC__]: Remove K&R-style definition. --- lib/makepath.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lib/makepath.c b/lib/makepath.c index 7631c4832..034665d3d 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -123,7 +123,6 @@ void strip_trailing_slashes (); Return 0 if ARGPATH exists as a directory with the proper ownership and permissions when done, otherwise 1. */ -#if __STDC__ int make_path (const char *argpath, int mode, @@ -132,18 +131,6 @@ make_path (const char *argpath, gid_t group, int preserve_existing, const char *verbose_fmt_string) -#else -int -make_path (argpath, mode, parent_mode, owner, group, preserve_existing, - verbose_fmt_string) - const char *argpath; - int mode; - int parent_mode; - uid_t owner; - gid_t group; - int preserve_existing; - const char *verbose_fmt_string; -#endif { struct stat stats; int retval = 0; -- 2.11.0