1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/slurm/files/patch-os.h
Michael Landin 6e0113c039 - Unbreak on FreeBSD 8x
PR:			ports/139128
Submitted by:		Herbert J. Skuhra <h.skuhra@gmail.com>
2009-10-20 17:11:20 +00:00

14 lines
364 B
C

--- os.h.orig 2009-09-25 02:57:02.000000000 +0200
+++ os.h 2009-09-25 03:06:20.000000000 +0200
@@ -92,10 +92,6 @@
#include <net/if_media.h>
#include <net/if_mib.h>
#include <arpa/inet.h>
-#ifndef __DragonFly__
-#include <net/ppp_defs.h>
-#include <net/if_ppp.h>
-#endif
#elif __NetBSD__ /* N E T B S D */
#include <stdio.h>
#include <sys/param.h>