1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net-p2p/dctc/files/patch-src:dc_manage.c
Mario Sergio Fujikawa Ferreira 6452587524 o Update to 0.61
o Greatly simplify the patches removing sigprocmask protection
  around send/receive since there is already a global signal handler
2001-12-02 21:54:10 +00:00

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"