diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-25 16:41:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-25 16:41:44 +0000 |
commit | db5a38609339b1bfe019d45765b5405bdd580a54 (patch) | |
tree | 5af9ccd1c469de25e74d8b970c3fab1aa3235f1c /usr.sbin/kvm_mkdb/nlist.c | |
parent | a4b7ca99e8620eb800e0ae6b1e31d12f8c2ef1db (diff) |
bring in prototypes
Diffstat (limited to 'usr.sbin/kvm_mkdb/nlist.c')
-rw-r--r-- | usr.sbin/kvm_mkdb/nlist.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/kvm_mkdb/nlist.c b/usr.sbin/kvm_mkdb/nlist.c index 580f1a1876a..901529153bf 100644 --- a/usr.sbin/kvm_mkdb/nlist.c +++ b/usr.sbin/kvm_mkdb/nlist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nlist.c,v 1.25 2002/03/14 16:44:25 mpech Exp $ */ +/* $OpenBSD: nlist.c,v 1.26 2002/03/25 16:41:43 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -37,7 +37,7 @@ #if 0 static char sccsid[] = "from: @(#)nlist.c 8.1 (Berkeley) 6/6/93"; #else -static char *rcsid = "$OpenBSD: nlist.c,v 1.25 2002/03/14 16:44:25 mpech Exp $"; +static char *rcsid = "$OpenBSD: nlist.c,v 1.26 2002/03/25 16:41:43 deraadt Exp $"; #endif #endif /* not lint */ @@ -480,7 +480,7 @@ __elf_knlist(fd, db, ksyms) * don't have real text or data. */ int mib[2]; - int len; + size_t len; char *p; mib[0] = CTL_KERN; |