Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librumpuser Update NetBSD values obtained from running c...



details:   https://anonhg.NetBSD.org/src/rev/8e749db64a81
branches:  trunk
changeset: 823837:8e749db64a81
user:      sevan <sevan%NetBSD.org@localhost>
date:      Thu May 11 04:27:27 2017 +0000

description:
Update NetBSD values obtained from running configure as instructed in comment.
This paves the way to resolve rump build process using buildrump.sh, where the definition of
HAVE_REGISTER_T caused conflicting definitions of register_t.

diffstat:

 lib/librumpuser/rumpuser_port.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 23ff53c82555 -r 8e749db64a81 lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h   Wed May 10 22:26:14 2017 +0000
+++ b/lib/librumpuser/rumpuser_port.h   Thu May 11 04:27:27 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpuser_port.h,v 1.48 2017/01/12 18:23:04 christos Exp $      */
+/*     $NetBSD: rumpuser_port.h,v 1.49 2017/05/11 04:27:27 sevan Exp $ */
 
 #ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
 #define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
@@ -29,7 +29,6 @@
 #define HAVE_PATHS_H 1
 #define HAVE_POSIX_MEMALIGN 1
 #define HAVE_PTHREAD_SETNAME3 1
-#define HAVE_REGISTER_T 1
 #define HAVE_SETPROGNAME 1
 #define HAVE_STDINT_H 1
 #define HAVE_STDLIB_H 1
@@ -47,8 +46,8 @@
 #define HAVE_SYS_SYSCTL_H 1
 #define HAVE_SYS_TYPES_H 1
 #define HAVE_UNISTD_H 1
+#define HAVE_UTIMENSAT 1
 #define HAVE___QUOTACTL 1
-#define HAVE_UTIMENSAT 1
 #define PACKAGE_BUGREPORT "http://rumpkernel.org/";
 #define PACKAGE_NAME "rumpuser-posix"
 #define PACKAGE_STRING "rumpuser-posix 999"



Home | Main Index | Thread Index | Old Index