mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
14 lines
288 B
C
14 lines
288 B
C
--- src/igmpproxy.c.orig 2017-12-22 20:49:54 UTC
|
|
+++ src/igmpproxy.c
|
|
@@ -37,11 +37,6 @@
|
|
* February 2005 - Johnny Egeland
|
|
*/
|
|
|
|
-/* getopt() and clock_getime() */
|
|
-#ifndef _POSIX_C_SOURCE
|
|
-#define _POSIX_C_SOURCE 200112L
|
|
-#endif
|
|
-
|
|
#include "igmpproxy.h"
|
|
|
|
static const char Usage[] =
|