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
8f711bf8
Commit
8f711bf8
authored
Nov 18, 1998
by
Phil Blundell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compatibility gunk for ECONET and new glibc
(patch from Ralf)
parent
287fd150
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
interface.c
interface.c
+2
-2
lib/econet.c
lib/econet.c
+3
-1
No files found.
interface.c
View file @
8f711bf8
...
...
@@ -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
1 1998/11/17 15:16:20 freitag
Exp $
$Id: interface.c,v 1.1
2 1998/11/18 10:31:58 philip
Exp $
*/
#include "config.h"
...
...
@@ -29,7 +29,7 @@
#endif
#endif
#if
HAVE_AFECONET
#if
!defined(_NETECONET_EC_H) && defined(HAVE_AFECONET)
#include <linux/if_ec.h>
#endif
...
...
lib/econet.c
View file @
8f711bf8
...
...
@@ -3,7 +3,7 @@
* support functions for the net-tools.
* (NET-3 base distribution).
*
* Version: $Id: econet.c,v 1.
4 1998/11/15 20:09:30 freitag
Exp $
* Version: $Id: econet.c,v 1.
5 1998/11/18 10:32:06 philip
Exp $
*
* Author: Philip Blundell <philb@gnu.org>
*
...
...
@@ -29,7 +29,9 @@
#include "pathnames.h"
#include "intl.h"
#ifndef _NETECONET_EC_H
#include <linux/if_ec.h>
#endif
/* Display an Econet address */
static
char
*
...
...
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