Module Name:    src
Committed By:   pooka
Date:           Mon Apr 26 20:10:23 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpkern: rump.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/sys/rump/librump/rumpkern/rump.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/rump.c
diff -u src/sys/rump/librump/rumpkern/rump.c:1.163 src/sys/rump/librump/rumpkern/rump.c:1.164
--- src/sys/rump/librump/rumpkern/rump.c:1.163	Thu Apr 22 07:10:47 2010
+++ src/sys/rump/librump/rumpkern/rump.c	Mon Apr 26 20:10:23 2010
@@ -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 */

Reply via email to