]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove xstrdup declaration.
authorJim Meyering <jim@meyering.net>
Thu, 2 Sep 1999 21:31:19 +0000 (21:31 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 2 Sep 1999 21:31:19 +0000 (21:31 +0000)
src/cut.c
src/sort.c
src/tsort.c

index ac8864dfd97f6a1fc3e208c455fe5f13fb988b89..90daa5dad6f4837bd60d82e887659d5797893d36 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -73,8 +73,6 @@
 
 #define AUTHORS "David Ihnat, David MacKenzie, and Jim Meyering"
 
-char *xstrdup ();
-
 #define FATAL_ERROR(Message)                                           \
   do                                                                   \
     {                                                                  \
index 83cba40ef62c1c845a49c6c0b108bb5b431a76ec..c37d0c5041c6e8a14425f32a4669efdb1c614b6a 100644 (file)
@@ -53,8 +53,6 @@
 double strtod ();
 #endif
 
-char *xstrdup ();
-
 /* Undefine, to avoid warning about redefinition on some systems.  */
 #undef min
 #define min(a, b) ((a) < (b) ? (a) : (b))
index f26cfa3950ae1666912bc7b92928d12a59a49a91..3234a4065945c379c2e3a809f9f1d074da802db3 100644 (file)
@@ -42,8 +42,6 @@
 /* Token delimiters when reading from a file.  */
 #define DELIM " \t\n"
 
-char *xstrdup ();
-
 /* Members of the list of successors.  */
 struct successor
 {