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/sys/ufs/ufs/dir.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/dir.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/sys/ufs/ufs/dir.h 1994/06/08 11:43:04 1.1 +++ src/sys/ufs/ufs/dir.h 1994/06/29 06:47:19 1.2 @@ -1,3 +1,5 @@ +/* $NetBSD: dir.h,v 1.2 1994/06/29 06:47:19 cgd Exp $ */ + /* * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -35,8 +37,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)dir.h 8.2 (Berkeley) 1/21/94 - * $Id: dir.h,v 1.1 1994/06/08 11:43:04 mycroft Exp $ + * @(#)dir.h 8.2 (Berkeley) 1/21/94 */ #ifndef _DIR_H_