]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix sed for cross compilation
authorThomas Veerman <thomas@minix3.org>
Wed, 6 Jun 2012 14:32:59 +0000 (14:32 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 18 Jun 2012 10:54:50 +0000 (10:54 +0000)
usr.bin/sed/process.c

index 27dbce1286bd53049317706f6bc49a01a31009fe..0c66128dcd328a056c91c7f22b8dbc8f1cbb23b3 100644 (file)
@@ -84,9 +84,9 @@ __RCSID("$NetBSD: process.c,v 1.38 2009/04/13 07:29:55 lukem Exp $");
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 #include <sys/uio.h>
-
+#ifdef __minix
 #include <minix/termios.h>
-
+#endif
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>