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/sysctlgetmibinfo.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/gen/sysctlgetmibinfo.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/lib/libc/gen/sysctlgetmibinfo.c 2005/02/09 19:32:36 1.4 +++ src/lib/libc/gen/sysctlgetmibinfo.c 2005/06/12 05:21:27 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: sysctlgetmibinfo.c,v 1.4 2005/02/09 19:32:36 kleink Exp $ */ +/* $NetBSD: sysctlgetmibinfo.c,v 1.5 2005/06/12 05:21:27 lukem Exp $ */ /*- * Copyright (c) 2003,2004 The NetBSD Foundation, Inc. @@ -32,6 +32,11 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include +#if defined(LIBC_SCCS) && !defined(lint) +__RCSID("$NetBSD: sysctlgetmibinfo.c,v 1.5 2005/06/12 05:21:27 lukem Exp $"); +#endif /* LIBC_SCCS and not lint */ + #include "namespace.h" #ifdef _REENTRANT #include "reentrant.h"