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.48.24.1 retrieving revision 1.49 diff -u -p -r1.48.24.1 -r1.49 --- src/lib/libc/gen/getcap.c 2011/02/08 16:18:59 1.48.24.1 +++ src/lib/libc/gen/getcap.c 2011/02/07 21:39:47 1.49 @@ -1,4 +1,4 @@ -/* $NetBSD: getcap.c,v 1.48.24.1 2011/02/08 16:18:59 bouyer Exp $ */ +/* $NetBSD: getcap.c,v 1.49 2011/02/07 21:39:47 joerg 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.48.24.1 2011/02/08 16:18:59 bouyer Exp $"); +__RCSID("$NetBSD: getcap.c,v 1.49 2011/02/07 21:39:47 joerg Exp $"); #endif #endif /* LIBC_SCCS and not lint */