Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libp2k rump_pub_getversion -> rump_getversion
details: https://anonhg.NetBSD.org/src/rev/325f1413ee8b
branches: trunk
changeset: 327562:325f1413ee8b
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Mar 10 22:47:27 2014 +0000
description:
rump_pub_getversion -> rump_getversion
diffstat:
lib/libp2k/p2k.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 292a989d0f4c -r 325f1413ee8b lib/libp2k/p2k.c
--- a/lib/libp2k/p2k.c Mon Mar 10 22:44:10 2014 +0000
+++ b/lib/libp2k/p2k.c Mon Mar 10 22:47:27 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: p2k.c,v 1.63 2014/02/07 15:29:21 hannken Exp $ */
+/* $NetBSD: p2k.c,v 1.64 2014/03/10 22:47:27 pooka Exp $ */
/*
* Copyright (c) 2007, 2008, 2009 Antti Kantee. All Rights Reserved.
@@ -754,7 +754,7 @@
/*LINTED*/
return __NetBSD_Version__ < VERS_TIMECHANGE
- && rump_pub_getversion() >= VERS_TIMECHANGE;
+ && rump_getversion() >= VERS_TIMECHANGE;
}
#define DOCOMPAT(va, va_compat) \
Home |
Main Index |
Thread Index |
Old Index