mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Remove netns and netiso, whatever it did here in the first place...
This commit is contained in:
parent
c896bf9116
commit
c31fe65a20
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14008
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: devices.c,v 1.37 1995/12/07 10:33:38 peter Exp $
|
||||
* $Id: devices.c,v 1.38 1995/12/11 16:32:29 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -55,16 +55,6 @@
|
||||
#include <netinet/in_var.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#define NSIP
|
||||
#include <netns/ns.h>
|
||||
#include <netns/ns_if.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#define EON
|
||||
#include <netiso/iso.h>
|
||||
#include <netiso/iso_var.h>
|
||||
#include <sys/protosw.h>
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
static Device *Devices[DEV_MAX];
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: devices.c,v 1.37 1995/12/07 10:33:38 peter Exp $
|
||||
* $Id: devices.c,v 1.38 1995/12/11 16:32:29 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -55,16 +55,6 @@
|
||||
#include <netinet/in_var.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#define NSIP
|
||||
#include <netns/ns.h>
|
||||
#include <netns/ns_if.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#define EON
|
||||
#include <netiso/iso.h>
|
||||
#include <netiso/iso_var.h>
|
||||
#include <sys/protosw.h>
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
static Device *Devices[DEV_MAX];
|
||||
|
@ -4,7 +4,7 @@
|
||||
* This is probably the last program in the `sysinstall' line - the next
|
||||
* generation being essentially a complete rewrite.
|
||||
*
|
||||
* $Id: devices.c,v 1.37 1995/12/07 10:33:38 peter Exp $
|
||||
* $Id: devices.c,v 1.38 1995/12/11 16:32:29 jkh Exp $
|
||||
*
|
||||
* Copyright (c) 1995
|
||||
* Jordan Hubbard. All rights reserved.
|
||||
@ -55,16 +55,6 @@
|
||||
#include <netinet/in_var.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#define NSIP
|
||||
#include <netns/ns.h>
|
||||
#include <netns/ns_if.h>
|
||||
#include <netdb.h>
|
||||
|
||||
#define EON
|
||||
#include <netiso/iso.h>
|
||||
#include <netiso/iso_var.h>
|
||||
#include <sys/protosw.h>
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
static Device *Devices[DEV_MAX];
|
||||
|
Loading…
Reference in New Issue
Block a user