diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:12:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-25 21:12:51 +0000 |
commit | 753c463deeff351ec891dd6d473ec0b9523cec1f (patch) | |
tree | 4fa4b4b8542b1361de1d21c707dc9bfb4012f600 /bin/ps/keyword.c | |
parent | 82ebe49e2d6bb8e8a6621d01df8a20e9d74a2281 (diff) |
protos
Diffstat (limited to 'bin/ps/keyword.c')
-rw-r--r-- | bin/ps/keyword.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c index 882d3af1d1f..7200e77cf4f 100644 --- a/bin/ps/keyword.c +++ b/bin/ps/keyword.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keyword.c,v 1.18 2003/06/11 23:42:12 deraadt Exp $ */ +/* $OpenBSD: keyword.c,v 1.19 2003/06/25 21:12:45 deraadt Exp $ */ /* $NetBSD: keyword.c,v 1.12.6.1 1996/05/30 21:25:13 cgd Exp $ */ /*- @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$OpenBSD: keyword.c,v 1.18 2003/06/11 23:42:12 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: keyword.c,v 1.19 2003/06/25 21:12:45 deraadt Exp $"; #endif #endif /* not lint */ @@ -245,7 +245,7 @@ findvar(char *p) { VAR *v, key; char *hp; - int vcmp(); + int vcmp(const void *, const void *); key.name = p; |