changeset 879:c57e71c5586f

Removed extraneous "|| __APPLE__" in dmd/man.c, 1.039 adds an __APPLE__ specific implementation, thanx Scriptor.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 09 Jan 2009 19:36:56 +0100
parents 6cffbfff0363
children 2dfd05525e2e
files dmd/man.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dmd/man.c	Thu Jan 08 16:49:04 2009 +0100
+++ b/dmd/man.c	Fri Jan 09 19:36:56 2009 +0100
@@ -26,7 +26,7 @@
 
 #endif
 
-#if linux || __APPLE__
+#if linux
 
 #include	<sys/types.h>
 #include	<sys/wait.h>