diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-23 00:16:12 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-23 00:16:12 +0000 |
commit | 48f0216494efd6a916518c31e551b9a416ba191f (patch) | |
tree | 85fa8f606f06465ae26f7ebd1033edfc597f7ec0 /gnu/usr.bin/sort/sort.c | |
parent | d0a03bf14a2903828ffaf6d0fbcf845f33f3df0c (diff) |
Merge of NetBSD 960418
Diffstat (limited to 'gnu/usr.bin/sort/sort.c')
-rw-r--r-- | gnu/usr.bin/sort/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/sort/sort.c b/gnu/usr.bin/sort/sort.c index 13d7959ba4c..a5ab7a28234 100644 --- a/gnu/usr.bin/sort/sort.c +++ b/gnu/usr.bin/sort/sort.c @@ -1451,7 +1451,7 @@ set_ordering (s, key, blanktype) return s; } -void +int main (argc, argv) int argc; char *argv[]; |