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/tty.c | |
| parent | Don't include limits.h. (diff) | |
| download | coreutils-2e308957d452b440cf404b914ce1cb53c9e739a9.tar.gz coreutils-2e308957d452b440cf404b914ce1cb53c9e739a9.zip | |
s/__P/PARAMS/
Diffstat (limited to 'src/tty.c')
| -rw-r--r-- | src/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #include "system.h" #include "error.h" -static void usage __P ((int status)); +static void usage PARAMS ((int status)); /* The name under which this program was run. */ char *program_name; |
