mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
ddf5426d6e
remove no longer needed patches
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
Index: sic.c
|
|
--- sic.c.orig
|
|
+++ sic.c
|
|
@@ -7,6 +7,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <sys/select.h> /* fd_set */
|
|
#include <time.h>
|
|
#include <unistd.h>
|
|
|