mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
23cdd5ebb9
* Added MetaLab(sunsite) mirror to MASTER_SITES * Fixed some files to respect CFLAGS properly PR: 14903 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
--- io.c.orig Wed Jun 22 03:25:46 1994
|
|
+++ io.c Mon Nov 15 06:31:36 1999
|
|
@@ -13,7 +13,7 @@
|
|
/*****************************************************************************/
|
|
#include "cpmemu.h"
|
|
|
|
-#define HAVE_RAW_IO
|
|
+#undef HAVE_RAW_IO
|
|
|
|
/* magic for character I/O */
|
|
#include <unistd.h>
|