mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
14 lines
226 B
C
14 lines
226 B
C
--- qfilelog.c.orig
|
|
+++ qfilelog.c
|
|
@@ -1,10 +1,9 @@
|
|
+#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <signal.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <unistd.h>
|
|
-
|
|
-extern int errno;
|
|
|
|
#define PAUSE sleep(60)
|
|
|