Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common Next attempt to fix the RCS Id. *sigh*
details: https://anonhg.NetBSD.org/src/rev/026975544ac4
branches: trunk
changeset: 569846:026975544ac4
user: tron <tron%NetBSD.org@localhost>
date: Thu Sep 09 10:45:52 2004 +0000
description:
Next attempt to fix the RCS Id. *sigh*
diffstat:
sys/compat/linux/common/linux_sched.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r feb737513861 -r 026975544ac4 sys/compat/linux/common/linux_sched.c
--- a/sys/compat/linux/common/linux_sched.c Thu Sep 09 10:44:46 2004 +0000
+++ b/sys/compat/linux/common/linux_sched.c Thu Sep 09 10:45:52 2004 +0000
@@ -1,4 +1,4 @@
-/* linux_sched.c,v 1.14 2004/09/08 19:45:22 jdolecek Exp */
+/* $NetBSD: linux_sched.c,v 1.17 2004/09/09 10:45:52 tron Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "linux_sched.c,v 1.14 2004/09/08 19:45:22 jdolecek Exp");
+__KERNEL_RCSID(0, "$NetBSD: linux_sched.c,v 1.17 2004/09/09 10:45:52 tron Exp $");
#include <sys/param.h>
#include <sys/mount.h>
Home |
Main Index |
Thread Index |
Old Index