ports/net/tsocks/files/patch-parser.c
Emanuel Haupt 7640c426a5 - Install inspectsocks and validateconf which are mentioned in the manpage
- Add license
- Use SUB_FILES for pkg-message
- Use DISTVERSION instead of PORTVERSION
- Recreate patch files to satisfy portlint
- Reformat pkg-message to what the PHB (section 8.5) defines as a good format
- Bump PORTREVISION
- Take maintainership
2016-08-19 16:15:17 +00:00

10 lines
177 B
C

--- parser.c.orig 2002-03-13 12:34:22 UTC
+++ parser.c
@@ -4,6 +4,7 @@
*/
+#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <arpa/inet.h>