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/c4736b2454ec
branches:  trunk
changeset: 782756:c4736b2454ec
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Nov 18 21:20:16 2012 +0000

description:
regen

diffstat:

 sys/rump/include/rump/rumpdefs.h |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 5bec3b257fed -r c4736b2454ec sys/rump/include/rump/rumpdefs.h
--- a/sys/rump/include/rump/rumpdefs.h  Sun Nov 18 21:19:52 2012 +0000
+++ b/sys/rump/include/rump/rumpdefs.h  Sun Nov 18 21:20:16 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpdefs.h,v 1.14 2012/11/18 19:25:25 pooka Exp $      */
+/*     $NetBSD: rumpdefs.h,v 1.15 2012/11/18 21:20:16 pooka Exp $      */
 
 /*
  *     AUTOMATICALLY GENERATED.  DO NOT EDIT.
@@ -8,7 +8,11 @@
 #define _RUMP_RUMPDEFS_H_
 
 #include <rump/rump_namei.h>
-#include <inttypes.h>
+#ifdef _KERNEL
+#include <sys/stdint.h>
+#else
+#include <stdint.h>
+#endif
 
 struct rump_sockaddr_in {
        uint8_t         sin_len;



Home | Main Index | Thread Index | Old Index