mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
11 lines
171 B
C
11 lines
171 B
C
--- plib/timeout.c.orig 2013-07-04 11:10:49 UTC
|
|
+++ plib/timeout.c
|
|
@@ -31,7 +31,7 @@
|
|
#ifdef HAVE_THREADS
|
|
|
|
|
|
-int debug;
|
|
+extern int debug;
|
|
|
|
|
|
static struct timeout_cb
|