mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
6e0113c039
PR: ports/139128 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com>
14 lines
364 B
C
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>
|