diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-03 23:43:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-03 23:43:36 +0000 |
commit | 432ebf7912de8aa80461e4487e4a35eb0cadda9d (patch) | |
tree | 37719ef88939a177ca0898f6f58eb794a8076da9 | |
parent | 84b3a783966cf58c472a1a68816ed05512d19883 (diff) | |
download | coreutils-432ebf7912de8aa80461e4487e4a35eb0cadda9d.tar.xz |
.
-rw-r--r-- | lib/xstrdup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/xstrdup.c b/lib/xstrdup.c index 3f6abb741..d5bcaf380 100644 --- a/lib/xstrdup.c +++ b/lib/xstrdup.c @@ -32,7 +32,6 @@ char *xstrdup (char *string); char *xmalloc (); #endif - /* Return a newly allocated copy of STRING. */ char * |