Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/getcap.c,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- src/lib/libc/gen/getcap.c 1998/11/12 16:25:21 1.24 +++ src/lib/libc/gen/getcap.c 1998/11/13 08:25:17 1.25 @@ -1,4 +1,4 @@ -/* $NetBSD: getcap.c,v 1.24 1998/11/12 16:25:21 christos Exp $ */ +/* $NetBSD: getcap.c,v 1.25 1998/11/13 08:25:17 christos Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)getcap.c 8.3 (Berkeley) 3/25/94"; #else -__RCSID("$NetBSD: getcap.c,v 1.24 1998/11/12 16:25:21 christos Exp $"); +__RCSID("$NetBSD: getcap.c,v 1.25 1998/11/13 08:25:17 christos Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -591,7 +591,7 @@ cdbget(capdbp, bp, name) char **bp; const char *name; { - const DBT key; + DBT key; DBT data; /* LINTED key is not modified */