mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 06:30:29 -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
254 B
C
10 lines
254 B
C
--- packet_handlers.c.orig 2006-08-18 14:37:02 UTC
|
|
+++ packet_handlers.c
|
|
@@ -3,6 +3,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include "mysql_defines.h"
|
|
#include "user_defines.h"
|
|
#include "state_map.h"
|