Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/include/rump regen
details: https://anonhg.NetBSD.org/src/rev/2879f5f5c4f8
branches: trunk
changeset: 340525:2879f5f5c4f8
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Sep 10 16:21:48 2015 +0000
description:
regen
diffstat:
sys/rump/include/rump/rumpdefs.h | 4 ++--
sys/rump/include/rump/rumperr.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f033a4d4c6e3 -r 2879f5f5c4f8 sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h Thu Sep 10 16:21:32 2015 +0000
+++ b/sys/rump/include/rump/rumpdefs.h Thu Sep 10 16:21:48 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpdefs.h,v 1.31 2015/09/10 16:16:35 pooka Exp $ */
+/* $NetBSD: rumpdefs.h,v 1.32 2015/09/10 16:21:48 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
@@ -76,7 +76,7 @@
#define RUMP_EDOM 33 /* Numerical argument out of domain */
#define RUMP_ERANGE 34 /* Result too large or too small */
#define RUMP_EAGAIN 35 /* Resource temporarily unavailable */
-#define RUMP_EWOULDBLOCK EAGAIN /* Operation would block */
+#define RUMP_EWOULDBLOCK RUMP_EAGAIN /* Operation would block */
#define RUMP_EINPROGRESS 36 /* Operation now in progress */
#define RUMP_EALREADY 37 /* Operation already in progress */
#define RUMP_ENOTSOCK 38 /* Socket operation on non-socket */
diff -r f033a4d4c6e3 -r 2879f5f5c4f8 sys/rump/include/rump/rumperr.h
--- a/sys/rump/include/rump/rumperr.h Thu Sep 10 16:21:32 2015 +0000
+++ b/sys/rump/include/rump/rumperr.h Thu Sep 10 16:21:48 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumperr.h,v 1.2 2015/09/10 16:16:35 pooka Exp $ */
+/* $NetBSD: rumperr.h,v 1.3 2015/09/10 16:21:48 pooka Exp $ */
/*
* AUTOMATICALLY GENERATED. DO NOT EDIT.
Home |
Main Index |
Thread Index |
Old Index