Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/mach regen



details:   https://anonhg.NetBSD.org/src/rev/62d95f9d4392
branches:  trunk
changeset: 555360:62d95f9d4392
user:      manu <manu%NetBSD.org@localhost>
date:      Sat Nov 15 17:45:34 2003 +0000

description:
regen

diffstat:

 sys/compat/mach/mach_services.c |  4 ++--
 sys/compat/mach/mach_services.h |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 84db5e88a208 -r 62d95f9d4392 sys/compat/mach/mach_services.c
--- a/sys/compat/mach/mach_services.c   Sat Nov 15 17:44:38 2003 +0000
+++ b/sys/compat/mach/mach_services.c   Sat Nov 15 17:45:34 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mach_services.c,v 1.2 2003/11/15 17:44:38 manu Exp $ */
+/* $NetBSD: mach_services.c,v 1.3 2003/11/15 17:45:34 manu Exp $ */
 
 /*
  * Mach services table.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_services.c,v 1.2 2003/11/15 17:44:38 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_services.c,v 1.3 2003/11/15 17:45:34 manu Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
diff -r 84db5e88a208 -r 62d95f9d4392 sys/compat/mach/mach_services.h
--- a/sys/compat/mach/mach_services.h   Sat Nov 15 17:44:38 2003 +0000
+++ b/sys/compat/mach/mach_services.h   Sat Nov 15 17:45:34 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mach_services.h,v 1.2 2003/11/15 17:44:39 manu Exp $ */
+/* $NetBSD: mach_services.h,v 1.3 2003/11/15 17:45:34 manu Exp $ */
 
 /*
  * Mach services prototypes.
@@ -8,7 +8,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mach_services.h,v 1.2 2003/11/15 17:44:39 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mach_services.h,v 1.3 2003/11/15 17:45:34 manu Exp $");
 
 #include <compat/mach/mach_types.h>
 #include <compat/mach/mach_message.h>



Home | Main Index | Thread Index | Old Index