1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/net/netdude/files/patch-protocols-fddi::nd_fddi_callbacks.c
Foxfair Hu 5fe8bcd942 Submitted by: Patrick MARIE <mycroft@virgaria.org>
Unbreak netdude in -current and bump PORTREVISION.
2003-05-14 07:42:58 +00:00

13 lines
375 B
C

--- protocols/fddi/nd_fddi_callbacks.c.orig Wed Nov 20 21:37:07 2002
+++ protocols/fddi/nd_fddi_callbacks.c Wed Nov 20 21:38:04 2002
@@ -22,7 +22,8 @@
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#include <sys/types.h>
-#include <netinet/if_fddi.h>
+#define FDDI_K_ALEN 6
#include <netdude/nd_debug.h>
#include <netdude/nd_macros.h>