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/getpwent.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/gen/getpwent.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11.4.1 retrieving revision 1.12 diff -u -p -r1.11.4.1 -r1.12 --- src/lib/libc/gen/getpwent.c 1995/05/02 19:34:49 1.11.4.1 +++ src/lib/libc/gen/getpwent.c 1995/02/27 04:13:05 1.12 @@ -1,6 +1,8 @@ +/* $NetBSD: getpwent.c,v 1.12 1995/02/27 04:13:05 cgd Exp $ */ + /* - * Copyright (c) 1988 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1988, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,11 +34,13 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -/*static char *sccsid = "from: @(#)getpwent.c 5.21 (Berkeley) 3/14/91";*/ -static char *rcsid = "$Id: getpwent.c,v 1.11.4.1 1995/05/02 19:34:49 jtc Exp $"; +#if 0 +static char sccsid[] = "@(#)getpwent.c 8.1 (Berkeley) 6/4/93"; +#else +static char rcsid[] = "$NetBSD: getpwent.c,v 1.12 1995/02/27 04:13:05 cgd Exp $"; +#endif #endif /* LIBC_SCCS and not lint */ -#include "namespace.h" #include #include #include