Module Name:    src
Committed By:   pooka
Date:           Mon Mar 10 22:47:27 UTC 2014

Modified Files:
        src/lib/libp2k: p2k.c

Log Message:
rump_pub_getversion -> rump_getversion


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/lib/libp2k/p2k.c

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

Modified files:

Index: src/lib/libp2k/p2k.c
diff -u src/lib/libp2k/p2k.c:1.63 src/lib/libp2k/p2k.c:1.64
--- src/lib/libp2k/p2k.c:1.63	Fri Feb  7 15:29:21 2014
+++ src/lib/libp2k/p2k.c	Mon Mar 10 22:47:27 2014
@@ -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 @@ needcompat(void)
 
 	/*LINTED*/
 	return __NetBSD_Version__ < VERS_TIMECHANGE
-	    && rump_pub_getversion() >= VERS_TIMECHANGE;
+	    && rump_getversion() >= VERS_TIMECHANGE;
 }
 
 #define DOCOMPAT(va, va_compat)						\

Reply via email to