Module Name: src
Committed By: pooka
Date: Mon Mar 10 22:48:29 UTC 2014
Modified Files:
src/sys/rump/include/rump: rump.h
Log Message:
add a compat prototype for rump_getversion()
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/rump/include/rump/rump.h
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/include/rump/rump.h
diff -u src/sys/rump/include/rump/rump.h:1.60 src/sys/rump/include/rump/rump.h:1.61
--- src/sys/rump/include/rump/rump.h:1.60 Mon Mar 10 22:44:10 2014
+++ src/sys/rump/include/rump/rump.h Mon Mar 10 22:48:29 2014
@@ -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 @@ _BEGIN_DECLS
#endif
int rump_getversion(void);
+int rump_pub_getversion(void); /* compat */
int rump_nativeabi_p(void);
int rump_boot_gethowto(void);