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 add a compat prototype for rump_getver...



details:   https://anonhg.NetBSD.org/src/rev/615949a6d073
branches:  trunk
changeset: 327563:615949a6d073
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Mar 10 22:48:29 2014 +0000

description:
add a compat prototype for rump_getversion()

diffstat:

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

diffs (17 lines):

diff -r 325f1413ee8b -r 615949a6d073 sys/rump/include/rump/rump.h
--- a/sys/rump/include/rump/rump.h      Mon Mar 10 22:47:27 2014 +0000
+++ b/sys/rump/include/rump/rump.h      Mon Mar 10 22:48:29 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump.h,v 1.60 2014/03/10 22:44:10 pooka Exp $  */
+/*     $NetBSD: rump.h,v 1.61 2014/03/10 22:48:29 pooka Exp $  */
 
 /*
  * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
@@ -101,6 +101,7 @@
 #endif
 
 int    rump_getversion(void);
+int    rump_pub_getversion(void); /* compat */
 int    rump_nativeabi_p(void);
 
 int    rump_boot_gethowto(void);



Home | Main Index | Thread Index | Old Index