summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-31 07:42:30 +0000
committerJim Meyering <jim@meyering.net>2001-08-31 07:42:30 +0000
commit3f25540d1ea6d2090152a6ffe96a78ff286a0f3e (patch)
treea8759788418e685adfbe02960d3898bfccf7d654 /src
parent7de89daf4dee4e31c55c3d58c485aede7991c99b (diff)
downloadcoreutils-3f25540d1ea6d2090152a6ffe96a78ff286a0f3e.tar.xz
(full_write): Remove decl; not needed.
Diffstat (limited to 'src')
-rw-r--r--src/tee.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/tee.c b/src/tee.c
index f9d4c1988..cd1071325 100644
--- a/src/tee.c
+++ b/src/tee.c
@@ -1,5 +1,5 @@
/* tee - read from standard input and write to standard output and files.
- Copyright (C) 85,1990-2000 Free Software Foundation, Inc.
+ Copyright (C) 85,1990-2001 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
@@ -32,8 +32,6 @@
#define AUTHORS N_ ("Mike Parker, Richard M. Stallman, and David MacKenzie")
-int full_write ();
-
static int tee PARAMS ((int nfiles, const char **files));
/* If nonzero, append to output files rather than truncating them. */