diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
| commit | f1bb2cd2aa7488657658fbc09aae2ead579049ab (patch) | |
| tree | 6ba560b9c74ad4aa7b2711587ec42a969bdca745 /usr.bin/colrm | |
| parent | 9f6092398b2ada850e3149754f08600fdff7caaa (diff) | |
Notes
Diffstat (limited to 'usr.bin/colrm')
| -rw-r--r-- | usr.bin/colrm/colrm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/colrm/colrm.c b/usr.bin/colrm/colrm.c index 226c2fe6fd58..68326c670f96 100644 --- a/usr.bin/colrm/colrm.c +++ b/usr.bin/colrm/colrm.c @@ -57,8 +57,8 @@ __FBSDID("$FreeBSD$"); #define TAB 8 -void check __P((FILE *)); -static void usage __P((void)); +void check(FILE *); +static void usage(void); int main(argc, argv) |
