Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser fix previous
details: https://anonhg.NetBSD.org/src/rev/1a123a0b64e7
branches: trunk
changeset: 782927:1a123a0b64e7
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Nov 26 20:03:40 2012 +0000
description:
fix previous
diffstat:
lib/librumpuser/rumpuser_port.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f32d1c277dad -r 1a123a0b64e7 lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h Mon Nov 26 19:57:24 2012 +0000
+++ b/lib/librumpuser/rumpuser_port.h Mon Nov 26 20:03:40 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_port.h,v 1.9 2012/11/26 19:57:24 pooka Exp $ */
+/* $NetBSD: rumpuser_port.h,v 1.10 2012/11/26 20:03:40 pooka Exp $ */
/*
* Portability header for non-NetBSD platforms.
@@ -51,7 +51,7 @@
/* maybe this should be !__NetBSD__ ? */
#if defined(__linux__) || defined(__sun__) || defined(__FreeBSD__) \
- defined(__DragonFly__)
+ || defined(__DragonFly__)
#include <errno.h>
#include <stdlib.h>
#include <string.h>
Home |
Main Index |
Thread Index |
Old Index