- Allow device probing again (this should fix the problem Arnaldo de Melo
authorKlaas Freitag <freitag@suse.de>
Tue, 17 Nov 1998 15:16:09 +0000 (15:16 +0000)
committerKlaas Freitag <freitag@suse.de>
Tue, 17 Nov 1998 15:16:09 +0000 (15:16 +0000)
commit8e304247055c6ca2e5b2b30ce09ded3644dc89c7
tree63b1c7a9ec7fa85f1c5d8a1a23f365758b091bc4
parentfc0c76155e878d21d3a908b1db10bc89d67f2e8e
- Allow device probing again (this should fix the problem Arnaldo de Melo
reported)

- Various cleanups and bug fixes.

- Better error message for ENODEV.

- Proper exit codes for interface printing

- Add safe_strncpy and use it everywhere: this fixes quite a lot of
strncpy bugs (strncpy doesn't add a '\0' when the source string is too
long!)
22 files changed:
arp.c
ifconfig.c
interface.c
interface.h
lib/af.c
lib/arcnet.c
lib/ash.c
lib/ax25.c
lib/ddp.c
lib/ether.c
lib/fddi.c
lib/getroute.c
lib/hippi.c
lib/inet.c
lib/inet6.c
lib/inet_sr.c
lib/ipx.c
lib/loopback.c
lib/netrom.c
lib/unix.c
lib/util.c
lib/util.h