diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-14 19:09:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-14 19:09:41 +0000 |
commit | 23684f8383437667dfffbf6f56a72ce7672e30e9 (patch) | |
tree | 056bced504451cfdd8352c45f96e5ca1eb2c945b /lib | |
parent | 4b8b59894bbf2a809e5792dacb35a4766b58b906 (diff) | |
download | coreutils-23684f8383437667dfffbf6f56a72ce7672e30e9.tar.xz |
formatting...
Diffstat (limited to 'lib')
-rw-r--r-- | lib/makepath.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/makepath.h b/lib/makepath.h index 2756446c8..1d8097d39 100644 --- a/lib/makepath.h +++ b/lib/makepath.h @@ -1,15 +1,15 @@ #if __STDC__ -#undef __P -#define __P(args) args +# undef __P +# define __P(args) args #else -#define __P(args) () +# define __P(args) () #endif 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)); +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)); |