diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-18 07:51:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-18 07:51:08 +0000 |
commit | cad207ec23b37d746dc7be63e8959a976c5a060b (patch) | |
tree | 3a0f07aaff72243a00bb4e1616218dc00c14b4ed /lib | |
parent | 8b384adc97f9fec82a5fc10e30144fbd02e562ec (diff) | |
download | coreutils-cad207ec23b37d746dc7be63e8959a976c5a060b.tar.xz |
remove bogus comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/makepath.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/makepath.c b/lib/makepath.c index 70038be78..823c1a81f 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -99,7 +99,6 @@ extern int errno; #define WX_USR (S_IWUSR | S_IXUSR) -/* Include this before libintl.h so we get our definition of PARAMS. */ #include "makepath.h" #include "gettext.h" |