Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern Change machine from "rump" to MACH...



details:   https://anonhg.NetBSD.org/src/rev/e9830dd2b423
branches:  trunk
changeset: 754294:e9830dd2b423
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Apr 26 20:10:23 2010 +0000

description:
Change machine from "rump" to MACHINE so that module_base goes
right.

Now, any guesses on how many archs this seemingly trivial change
will break the principal metric, i.e. The Build(tm)?  Keep the bets
coming in.

diffstat:

 sys/rump/librump/rumpkern/rump.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b5689cd9f147 -r e9830dd2b423 sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Mon Apr 26 16:26:11 2010 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Mon Apr 26 20:10:23 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.c,v 1.163 2010/04/22 07:10:47 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.164 2010/04/26 20:10:23 pooka Exp $ */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.163 2010/04/22 07:10:47 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.164 2010/04/26 20:10:23 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -95,7 +95,7 @@
 struct plimit rump_limits;
 struct filedesc rump_filedesc0;
 struct proclist allproc;
-char machine[] = "rump";
+char machine[] = MACHINE;
 static kauth_cred_t rump_susercred;
 
 /* pretend the master rump proc is init */



Home | Main Index | Thread Index | Old Index