From 66da1bf2662f2fbb6c0725a92f7115255317908a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 Nov 1994 06:04:42 +0000 Subject: [PATCH] . --- lib/makepath.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/makepath.h diff --git a/lib/makepath.h b/lib/makepath.h new file mode 100644 index 0000000000..f555d7b4b6 --- /dev/null +++ b/lib/makepath.h @@ -0,0 +1,16 @@ +#ifndef __P +#if defined (__GNUC__) || (defined (__STDC__) && __STDC__) +#define __P(args) args +#else +#define __P(args) () +#endif /* GCC. */ +#endif /* Not __P. */ + +int + make_path __P ((const char *_argpath, + int _mode, + int _parent_mode, + uid_t _owner, + gid_t _group, + int _preserve_existing, + const char *_verbose_fmt_string)); -- 2.30.2