mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
6452587524
o Greatly simplify the patches removing sigprocmask protection around send/receive since there is already a global signal handler
12 lines
238 B
C
12 lines
238 B
C
--- src/dc_manage.c Sat Dec 1 08:45:25 2001
|
|
+++ src/dc_manage.c Sun Dec 2 19:34:12 2001
|
|
@@ -35,6 +35,8 @@
|
|
#include <fcntl.h>
|
|
#include <pthread.h>
|
|
|
|
+#include "config.h"
|
|
+
|
|
#include "display.h"
|
|
#include "action.h"
|
|
#include "macro.h"
|