diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-12 09:53:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-12 09:53:45 +0000 |
commit | 966d1cd6e6a1d1f4cf1028ceef003ed293029f78 (patch) | |
tree | 8995a06e02f3f5f35185fc813d0661d2412951b1 /src | |
parent | 99fa315bf8768c75cc1bfccbb9aeac657f989110 (diff) | |
download | coreutils-966d1cd6e6a1d1f4cf1028ceef003ed293029f78.tar.xz |
(base_name): Remove decl; now in dirname.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/sys2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sys2.h b/src/sys2.h index 48af648c3..fee040a1b 100644 --- a/src/sys2.h +++ b/src/sys2.h @@ -436,8 +436,6 @@ uid_t getuid (); setvbuf (Stream, Buffer, Type, Size) #endif -char *base_name PARAMS ((char const *)); - /* Factor out some of the common --help and --version processing code. */ /* These enum values cannot possibly conflict with the option values |