Module Name: src Committed By: christos Date: Fri Mar 29 01:51:25 UTC 2013
Modified Files: src/sys/rump/include/rump: rump_syscalls.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/rump/include/rump/rump_syscalls.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_syscalls.h diff -u src/sys/rump/include/rump/rump_syscalls.h:1.61 src/sys/rump/include/rump/rump_syscalls.h:1.62 --- src/sys/rump/include/rump/rump_syscalls.h:1.61 Mon Oct 1 21:46:21 2012 +++ src/sys/rump/include/rump/rump_syscalls.h Thu Mar 28 21:51:25 2013 @@ -1,10 +1,10 @@ -/* $NetBSD: rump_syscalls.h,v 1.61 2012/10/02 01:46:21 christos Exp $ */ +/* $NetBSD: rump_syscalls.h,v 1.62 2013/03/29 01:51:25 christos Exp $ */ /* * System call protos in rump namespace. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.261 2012/10/02 01:44:28 christos Exp + * created from NetBSD: syscalls.master,v 1.262 2013/03/29 01:08:17 christos Exp */ #ifndef _RUMP_RUMP_SYSCALLS_H_