Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser Canonical Minix check as pointed out by Marc
details: https://anonhg.NetBSD.org/src/rev/0e7da6e4a850
branches: trunk
changeset: 332745:0e7da6e4a850
user: justin <justin%NetBSD.org@localhost>
date: Tue Oct 07 12:48:02 2014 +0000
description:
Canonical Minix check as pointed out by Marc
diffstat:
lib/librumpuser/rumpuser_port.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 38fc905212b5 -r 0e7da6e4a850 lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h Tue Oct 07 11:37:06 2014 +0000
+++ b/lib/librumpuser/rumpuser_port.h Tue Oct 07 12:48:02 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_port.h,v 1.35 2014/09/29 15:54:28 justin Exp $ */
+/* $NetBSD: rumpuser_port.h,v 1.36 2014/10/07 12:48:02 justin Exp $ */
/*
* Portability header for non-NetBSD platforms.
@@ -113,7 +113,7 @@
#include <sys/param.h>
/* NetBSD is almost the only platform with getenv_r() */
-#if !(defined(__NetBSD__) || defined(__minix__))
+#if !(defined(__NetBSD__) || defined(__minix))
#include <errno.h>
#include <stdlib.h>
#include <string.h>
Home |
Main Index |
Thread Index |
Old Index