diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
| commit | 3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch) | |
| tree | f17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/soelim | |
| parent | d3cb5ded92a4fcf21400c9742ca884549bebc99e (diff) | |
Notes
Diffstat (limited to 'usr.bin/soelim')
| -rw-r--r-- | usr.bin/soelim/soelim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c index d17943de44e8..d25520cfa09f 100644 --- a/usr.bin/soelim/soelim.c +++ b/usr.bin/soelim/soelim.c @@ -67,7 +67,7 @@ static const char rcsid[] = */ #define STDIN_NAME "-" -int process __P((const char *)); +int process(const char *); int main(argc, argv) |
