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/bin/pwd/pwd.c,v rcsdiff: /ftp/cvs/cvsroot/src/bin/pwd/pwd.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/bin/pwd/pwd.c 1994/09/22 09:25:50 1.6 +++ src/bin/pwd/pwd.c 1995/03/21 09:08:18 1.7 @@ -1,3 +1,5 @@ +/* $NetBSD: pwd.c,v 1.7 1995/03/21 09:08:18 cgd Exp $ */ + /* * Copyright (c) 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -38,8 +40,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -/*static char sccsid[] = "from: @(#)pwd.c 8.3 (Berkeley) 4/1/94";*/ -static char *rcsid = "$Id: pwd.c,v 1.6 1994/09/22 09:25:50 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94"; +#else +static char rcsid[] = "$NetBSD: pwd.c,v 1.7 1995/03/21 09:08:18 cgd Exp $"; +#endif #endif /* not lint */ #include