Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
net-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
net-tools
Commits
1238f38d
Commit
1238f38d
authored
Nov 26, 1998
by
Phil Blundell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More #include "util.h"
parent
f8cd5a81
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
3 deletions
+7
-3
lib/ash.c
lib/ash.c
+2
-1
lib/fddi.c
lib/fddi.c
+2
-1
lib/hippi.c
lib/hippi.c
+1
-0
lib/inet6.c
lib/inet6.c
+2
-1
No files found.
lib/ash.c
View file @
1238f38d
/*
* lib/ash.c This file contains an implementation of the Ash
* support functions for the NET-2 base distribution.
* $Id: ash.c,v 1.
7 1998/11/17 15:16:31 freitag
Exp $
* $Id: ash.c,v 1.
8 1998/11/26 10:16:38 philip
Exp $
*/
#include "config.h"
...
...
@@ -20,6 +20,7 @@
#include "net-support.h"
#include "pathnames.h"
#include "intl.h"
#include "util.h"
#ifndef ARPHRD_ASH
#error No support for Ash on this system
...
...
lib/fddi.c
View file @
1238f38d
...
...
@@ -2,7 +2,7 @@
* lib/fddi.c This file contains an implementation of the "FDDI"
* support functions.
*
* Version: $Id: fddi.c,v 1.
5 1998/11/17 15:16:39 freitag
Exp $
* Version: $Id: fddi.c,v 1.
6 1998/11/26 10:16:39 philip
Exp $
*
* Author: Lawrence V. Stefani, <stefani@lkg.dec.com>
*
...
...
@@ -40,6 +40,7 @@
#include "net-support.h"
#include "pathnames.h"
#include "intl.h"
#include "util.h"
extern
struct
hwtype
fddi_hwtype
;
...
...
lib/hippi.c
View file @
1238f38d
...
...
@@ -34,6 +34,7 @@
#include "net-support.h"
#include "pathnames.h"
#include "intl.h"
#include "util.h"
/*
* HIPPI magic constants.
...
...
lib/inet6.c
View file @
1238f38d
...
...
@@ -3,7 +3,7 @@
* support functions for the net-tools.
* (most of it copied from lib/inet.c 1.26).
*
* Version: $Id: inet6.c,v 1.
5 1998/11/17 15:16:49 freitag
Exp $
* Version: $Id: inet6.c,v 1.
6 1998/11/26 10:16:42 philip
Exp $
*
* Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
* Copyright 1993 MicroWalt Corporation
...
...
@@ -39,6 +39,7 @@
#include "net-support.h"
#include "pathnames.h"
#include "intl.h"
#include "util.h"
extern
int
h_errno
;
/* some netdb.h versions don't export this */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment