Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/include/rump bump rumpuser version



details:   https://anonhg.NetBSD.org/src/rev/412975dfb6ca
branches:  trunk
changeset: 758437:412975dfb6ca
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Nov 04 20:57:00 2010 +0000

description:
bump rumpuser version

diffstat:

 sys/rump/include/rump/rumpuser.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f7574cdb7738 -r 412975dfb6ca sys/rump/include/rump/rumpuser.h
--- a/sys/rump/include/rump/rumpuser.h  Thu Nov 04 20:54:07 2010 +0000
+++ b/sys/rump/include/rump/rumpuser.h  Thu Nov 04 20:57:00 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpuser.h,v 1.49 2010/11/04 20:54:08 pooka Exp $      */
+/*     $NetBSD: rumpuser.h,v 1.50 2010/11/04 20:57:00 pooka Exp $      */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -36,7 +36,7 @@
 #include <stdint.h>
 #endif
 
-#define RUMPUSER_VERSION 2
+#define RUMPUSER_VERSION 3
 int rumpuser_getversion(void);
 
 struct msghdr;



Home | Main Index | Thread Index | Old Index