mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
- Remove DISTNAME, EXTRACT_SUFX and NO_WRKSUBDIR - While I'm here, pet portlint: fix diff header of patch files Approved by: portmgr (blanket)
10 lines
252 B
C
10 lines
252 B
C
--- mysqlsniffer.c.orig 2006-08-18 14:52:52 UTC
|
|
+++ mysqlsniffer.c
|
|
@@ -31,6 +31,7 @@
|
|
#include <getopt.h>
|
|
#include <signal.h>
|
|
#include <sys/socket.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include "user_defines.h"
|