Commit fe8bc95d authored by Phil Blundell's avatar Phil Blundell

Handle libinet6 structures. From Ambrose Li <acli@acli.interlog.com>

parent 91c63393
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* NET-3 Networking Distribution for the LINUX operating * NET-3 Networking Distribution for the LINUX operating
* system. * system.
* *
* Version: $Id: netstat.c,v 1.18 1999/02/25 12:20:36 philip Exp $ * Version: $Id: netstat.c,v 1.19 1999/03/01 10:19:13 philip Exp $
* *
* Authors: Fred Baumgarten, <dc6iq@insu1.etec.uni-karlsruhe.de> * Authors: Fred Baumgarten, <dc6iq@insu1.etec.uni-karlsruhe.de>
* Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> * Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
...@@ -91,6 +91,10 @@ ...@@ -91,6 +91,10 @@
#define PROGNAME_WIDTH 20 #define PROGNAME_WIDTH 20
#if !defined(s6_addr32) && defined(in6a_words)
#define s6_addr32 in6a_words /* libinet6 */
#endif
/* prototypes for statistics.c */ /* prototypes for statistics.c */
void parsesnmp(int, int, int); void parsesnmp(int, int, int);
void inittab(void); void inittab(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment