summaryrefslogtreecommitdiff
path: root/src/cat.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 04:45:43 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 04:45:43 +0000
commite211bb2affecdc42c294e789db30849a65f2d62c (patch)
tree9744ddf64b78aea4ece9fd8e165ebaf4ed23e9c7 /src/cat.c
parentcfcb7f01175d1c205a3a0e774e3157337109e60d (diff)
downloadcoreutils-e211bb2affecdc42c294e789db30849a65f2d62c.tar.xz
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/cat.c')
-rw-r--r--src/cat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cat.c b/src/cat.c
index 8dc98e2ed..e5cd91174 100644
--- a/src/cat.c
+++ b/src/cat.c
@@ -37,7 +37,6 @@
#undef max
#define max(h,i) ((h) > (i) ? (h) : (i))
-char *xmalloc ();
int full_write ();
int safe_read ();