Remove old-style xmalloc and xrealloc decls.
authorJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 22:03:20 +0000 (22:03 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 22:03:20 +0000 (22:03 +0000)
src/date.c
src/expr.c
src/id.c
src/pinky.c
src/printf.c
src/su.c
src/tee.c
src/test.c
src/users.c
src/who.c

index 205ce64..3d88a0e 100644 (file)
@@ -36,8 +36,6 @@ time_t time ();
 int putenv ();
 int stime ();
 
-char *xrealloc ();
-char *xmalloc ();
 char *xstrdup ();
 time_t posixtime ();
 
index 2a9395a..995d28e 100644 (file)
@@ -71,7 +71,6 @@ static char **args;
 char *program_name;
 
 char *xstrdup ();
-char *xmalloc ();
 
 static VALUE *docolon __P ((VALUE *sv, VALUE *pv));
 static VALUE *eval __P ((void));
index 1b9a19d..08a236c 100644 (file)
--- a/src/id.c
+++ b/src/id.c
@@ -1,5 +1,5 @@
 /* id -- print real and effective UIDs and GIDs
-   Copyright (C) 1989-1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1989-1995, 1996, 1997 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -42,7 +42,6 @@ gid_t getegid ();
 # include <sys/param.h>
 #endif /* not _POSIX_VERSION */
 
-char *xmalloc ();
 int getugroups ();
 
 static void print_user __P ((int uid));
index 491e856..db230bf 100644 (file)
@@ -35,7 +35,6 @@
 
 int gethostname ();
 char *ttyname ();
-char *xmalloc ();
 
 /* The name this program was run with. */
 const char *program_name;
index 2ffedd0..c86108c 100644 (file)
@@ -63,8 +63,6 @@ unsigned long int strtoul ();
                     (c) >= 'A' && (c) <= 'F' ? (c) - 'A' + 10 : (c) - '0')
 #define octtobin(c) ((c) - '0')
 
-char *xmalloc ();
-
 /* The value to return to the calling program.  */
 static int exit_status;
 
index c011094..108d062 100644 (file)
--- a/src/su.c
+++ b/src/su.c
@@ -147,8 +147,6 @@ void endusershell ();
 void setusershell ();
 
 char *base_name ();
-char *xmalloc ();
-char *xrealloc ();
 char *xstrdup ();
 
 extern char **environ;
index a3de574..38fed6e 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -26,7 +26,6 @@
 #include "system.h"
 #include "error.h"
 
-char *xmalloc ();
 int full_write ();
 
 static int tee __P ((int nfiles, const char **files));
index 93a3df4..11a777a 100644 (file)
@@ -102,8 +102,6 @@ extern uid_t geteuid ();
 # define test_exit(val) test_error_return = val, longjmp (test_exit_buf, 1)
 #endif /* !TEST_STANDALONE */
 
-char *xrealloc ();
-
 static int pos;                /* The offset of the current argument in ARGV. */
 static int argc;       /* The number of arguments present in ARGV. */
 static char **argv;    /* The argument list. */
index a3d6d7b..a9691bc 100644 (file)
@@ -24,8 +24,6 @@
 #include "error.h"
 #include "readutmp.h"
 
-char *xmalloc ();
-
 /* The name this program was run with. */
 char *program_name;
 
index ff2f9f4..33fed28 100644 (file)
--- a/src/who.c
+++ b/src/who.c
@@ -41,7 +41,6 @@
 
 int gethostname ();
 char *ttyname ();
-char *xmalloc ();
 
 /* The name this program was run with. */
 char *program_name;