Merged I4B fixes for NetBSD from the HEAD.

This commit is contained in:
Martin Baulig
1999-05-25 17:32:08 +00:00
parent ab13d4919d
commit 8122db69ee
4 changed files with 11 additions and 3 deletions
+4
View File
@@ -1,3 +1,7 @@
1999-05-25 Martin Baulig <martin@home-of-linux.org>
* ppp.c: Make this work on NetBSD.
Thu Apr 8 23:47:29 1999 Timur Bakeyev <timur@gnu.org>
* cpu.c, mem.c, netload.c, procargs.c, procstate.c, proctime.c,
+1 -1
View File
@@ -39,7 +39,7 @@
#include <net/netisr.h>
#include <net/route.h>
#ifdef __FreeBSD__
#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <net/if_sppp.h>
#else
#include <i4b/sppp/if_sppp.h>