Check-in Number:
|
1222 | |
Date: |
2001-Oct-30 09:12:28 (local)
2001-Oct-30 08:12:28 (UTC) |
User: | thl |
Branch: | |
Comment: |
external feedback. I don't think hardcoding the include would be correct solution |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/l2_ch_buffer.c 1.27 -> 1.28
--- l2_ch_buffer.c 2001/10/26 11:02:01 1.27
+++ l2_ch_buffer.c 2001/10/30 08:12:28 1.28
@@ -33,6 +33,7 @@
#include <string.h>
#include <unistd.h> /* for alarm() and setitime() */
#include <signal.h> /* for use of sigaction() and SIGALRM */
+//FIXME feedback from lmtp2nntp 1.1b2 tester Lawrence "Larry" Greenfield //<leg+@andrew.cmu.edu> "[...] on Linux, l2_ch_buffer.c needed a #include //<sys/time.h> [...]"
#define L2_BUFFER_TIMER ITIMER_REAL /* calls to [s|g]etitimer() and alarm() */
|
|