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
0f51321f
Commit
0f51321f
authored
Dec 01, 1998
by
Phil Blundell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doh...
parent
07258796
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
interface.c
interface.c
+2
-2
lib/Makefile
lib/Makefile
+1
-1
lib/af.c
lib/af.c
+2
-2
No files found.
interface.c
View file @
0f51321f
...
...
@@ -4,7 +4,7 @@
10/1998 partly rewriten by Andi Kleen to support an interface list.
I don't claim that the list operations are efficient @).
$Id: interface.c,v 1.1
4 1998/11/19 05:06:04 freitag
Exp $
$Id: interface.c,v 1.1
5 1998/12/01 09:30:06 philip
Exp $
*/
#include "config.h"
...
...
@@ -29,7 +29,7 @@
#endif
#endif
#if !defined(_NETECONET_EC_H) &&
defined(HAVE_AFECONET)
#if !defined(_NETECONET_EC_H) &&
HAVE_AFECONET
#include <linux/if_ec.h>
#endif
...
...
lib/Makefile
View file @
0f51321f
...
...
@@ -29,7 +29,7 @@ OBJS = $(sort $(VARIA) $(AFOBJS) $(HWOBJS) \
# This can be overwritten by the TOPLEVEL Makefile
TOPDIR
=
..
CFLAGS
+=
-I
$(TOPDIR)
-fPIC
CFLAGS
+=
-I
$(TOPDIR)
-
I
$(TOPDIR)
/include
-
fPIC
SONAME
=
libnet-tools.so.0
.SUFFIXES
:
.a .so
...
...
lib/af.c
View file @
0f51321f
...
...
@@ -2,7 +2,7 @@
* lib/af.c This file contains the top-level part of the protocol
* support functions module for the NET-2 base distribution.
*
* Version: $Id: af.c,v 1.
8 1998/11/19 13:01:52
philip Exp $
* Version: $Id: af.c,v 1.
9 1998/12/01 09:30:30
philip Exp $
*
* Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
* Copyright 1993 MicroWalt Corporation
...
...
@@ -131,7 +131,7 @@ struct aftype *aftypes[] =
void
afinit
()
{
unspec_aftype
.
title
=
_
(
"UNSPEC"
);
#if HAVE_AF
INET
#if HAVE_AF
UNIX
unix_aftype
.
title
=
_
(
"UNIX Domain"
);
#endif
#if HAVE_AFINET
...
...
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