]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
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)
login-utils/su.c

index c0110942aef9601a9fb9cf7166e4d4a5a4885987..108d06239d32caa700ade42a59639edfdbd6b262 100644 (file)
@@ -147,8 +147,6 @@ void endusershell ();
 void setusershell ();
 
 char *base_name ();
-char *xmalloc ();
-char *xrealloc ();
 char *xstrdup ();
 
 extern char **environ;