Module Name:    src
Committed By:   pooka
Date:           Thu Feb 20 01:24:49 UTC 2014

Modified Files:
        src/lib/librumpuser: rumpuser_int.h

Log Message:
remember to commit this file too


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/librumpuser/rumpuser_int.h

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

Modified files:

Index: src/lib/librumpuser/rumpuser_int.h
diff -u src/lib/librumpuser/rumpuser_int.h:1.8 src/lib/librumpuser/rumpuser_int.h:1.9
--- src/lib/librumpuser/rumpuser_int.h:1.8	Tue Apr 30 12:39:20 2013
+++ src/lib/librumpuser/rumpuser_int.h	Thu Feb 20 01:24:49 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: rumpuser_int.h,v 1.8 2013/04/30 12:39:20 pooka Exp $	*/
+/*	$NetBSD: rumpuser_int.h,v 1.9 2014/02/20 01:24:49 pooka Exp $	*/
 
 /*
  * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
@@ -94,6 +94,7 @@ do {									\
 	}								\
 } while (/*CONSTCOND*/0)
 
+int  rumpuser__sig_rump2host(int);
 int  rumpuser__errtrans(int);
 #ifdef __NetBSD__
 #define ET(_v_) return (_v_);

Reply via email to