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/kern/kern_time.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/kern_time.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.86.4.1 retrieving revision 1.87 diff -u -p -r1.86.4.1 -r1.87 --- src/sys/kern/kern_time.c 2005/03/19 08:36:11 1.86.4.1 +++ src/sys/kern/kern_time.c 2005/02/26 21:34:55 1.87 @@ -1,7 +1,7 @@ -/* $NetBSD: kern_time.c,v 1.86.4.1 2005/03/19 08:36:11 yamt Exp $ */ +/* $NetBSD: kern_time.c,v 1.87 2005/02/26 21:34:55 perry Exp $ */ /*- - * Copyright (c) 2000, 2004, 2005 The NetBSD Foundation, Inc. + * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -68,7 +68,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: kern_time.c,v 1.86.4.1 2005/03/19 08:36:11 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: kern_time.c,v 1.87 2005/02/26 21:34:55 perry Exp $"); #include "fs_nfs.h" #include "opt_nfs.h"