1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/emulators/cpmemu/files/patch-ae
Steve Price 23cdd5ebb9 * Updated version to 0.2.1.1
* Added MetaLab(sunsite) mirror to MASTER_SITES
* Fixed some files to respect CFLAGS properly

PR:		14903
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-11-26 17:50:47 +00:00

22 lines
524 B
Plaintext

--- low.c.orig Mon Nov 15 06:33:54 1999
+++ low.c Mon Nov 15 06:41:26 1999
@@ -21,7 +21,6 @@
#include "cpmemu.h"
#include <ctype.h>
#include <unistd.h>
-#include <sys/perm.h> /* needed for ioperm() -rjm */
#include <sys/types.h>
#include <sys/time.h>
#include <signal.h>
@@ -88,10 +87,8 @@
/* get access to sound port */
cptr = NULL;
- if (ioperm(0x61, 1, 1)) {
hardware_access = 0; /* no access to speaker port */
return;
- }
/* install signal handler */
sa.sa_handler = tickerint;