diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-21 22:30:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-21 22:30:30 +0000 |
commit | 2e308957d452b440cf404b914ce1cb53c9e739a9 (patch) | |
tree | a2a8d74c23d6adaf4bee5c302321d63cc2345772 /src/tee.c | |
parent | 239125152797764748f3a3b65805d44cfd2a7536 (diff) | |
download | coreutils-2e308957d452b440cf404b914ce1cb53c9e739a9.tar.xz |
s/__P/PARAMS/
Diffstat (limited to 'src/tee.c')
-rw-r--r-- | src/tee.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ int full_write (); -static int tee __P ((int nfiles, const char **files)); +static int tee PARAMS ((int nfiles, const char **files)); /* If nonzero, append to output files rather than truncating them. */ static int append; |