mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c01aa3135c
Please note, that it's a work in progress, so some features doesn't work (for example mouse support). However, the functionality already present is sufficient to run some of the popular apps (quakeforge for example). I tested it on ATI Mach64 and C&T55554 adapters.
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
--- demos/forktest.c.orig Fri Aug 25 06:13:58 2000
|
|
+++ demos/forktest.c Fri Aug 25 06:14:15 2000
|
|
@@ -18,7 +18,7 @@
|
|
SIGTRAP, SIGIOT, SIGBUS, SIGFPE,
|
|
SIGSEGV, SIGPIPE, SIGALRM, SIGTERM,
|
|
SIGXCPU, SIGXFSZ, SIGVTALRM,
|
|
- SIGPROF, SIGPWR};
|
|
+ SIGPROF, SIGUSR1};
|
|
|
|
|
|
static int newcolor(void)
|