Module Name: src
Committed By: justin
Date: Tue Oct 7 12:48:02 UTC 2014
Modified Files:
src/lib/librumpuser: rumpuser_port.h
Log Message:
Canonical Minix check as pointed out by Marc
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/librumpuser/rumpuser_port.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumpuser/rumpuser_port.h
diff -u src/lib/librumpuser/rumpuser_port.h:1.35 src/lib/librumpuser/rumpuser_port.h:1.36
--- src/lib/librumpuser/rumpuser_port.h:1.35 Mon Sep 29 15:54:28 2014
+++ src/lib/librumpuser/rumpuser_port.h Tue Oct 7 12:48:02 2014
@@ -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 @@ clock_gettime(clockid_t clk, struct time
#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>