Commits

Robert Shaw authored b3d5eec4292
Updated to latest stable 1.3.3 version.

Submitted by: rshaw Approved by: fenner git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@5416 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

net/ap-utils/files/patch-lib-ap-utils.h

Added
1 +--- lib/ap-utils.h.orig Tue Feb 10 21:56:26 2004
2 ++++ lib/ap-utils.h Tue Feb 10 21:57:01 2004
3 +@@ -19,6 +19,10 @@
4 +
5 + #include "config.h"
6 +
7 ++#ifdef __APPLE__
8 ++#include <sys/types.h>
9 ++#include <stdint.h>
10 ++#else
11 + #ifdef OS_BSD
12 + #include <sys/types.h>
13 + #else
14 +@@ -30,6 +34,7 @@
15 + typedef unsigned int uint32_t;
16 + #endif
17 +
18 ++#endif
19 + #endif
20 +
21 + #define TITLE "Wireless Access Point Utilites for Unix"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut