diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-17 22:28:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-17 22:28:12 +0000 |
commit | dfc540a8bd958edbe8dc5ef5a037affed88ff7a3 (patch) | |
tree | 0d199dd0210a74a353f9e8d697aae77a9866628f /usr.bin/csplit | |
parent | c55fb568f8612fd4d3a1dce95306b5162c14793a (diff) |
please lint
Diffstat (limited to 'usr.bin/csplit')
-rw-r--r-- | usr.bin/csplit/csplit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/csplit/csplit.c b/usr.bin/csplit/csplit.c index b2decefe010..e1b3ebcf774 100644 --- a/usr.bin/csplit/csplit.c +++ b/usr.bin/csplit/csplit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: csplit.c,v 1.2 2006/07/17 17:11:32 millert Exp $ */ +/* $OpenBSD: csplit.c,v 1.3 2006/07/17 22:28:11 deraadt Exp $ */ /* $FreeBSD: src/usr.bin/csplit/csplit.c,v 1.9 2004/03/22 11:15:03 tjr Exp $ */ /*- @@ -220,6 +220,7 @@ usage(void) exit(1); } +/* ARGSUSED */ void handlesig(int sig) { |