4.2 adb script errors

Matt Crawford matt at oddjob.UChicago.UUCP
Wed Jan 23 09:03:48 AEST 1985


The adb script to format an ifnet structure had an error.  Also, as a
matter of preference I changed the formats for the flags and net
entries from decimal to hex.  The scipt is one long line, so the "diff"
below has been broken up to prevent truncation over the net.
========= /usr/lib/adb/ifnet: "<" = new,  ">" = old
1c1
< ./"unit"8t"mtu"8t"net"16t"flags"n4+2dXx2+n"host"16t2Xn3X4+"addr"n
3X4+"broad"n"head"16t"tail"16t"len"16t"drops"nXXD4+D20+n
"ipack"16t"ierr"nDDn"opack"16t"oerr"16t"coll"nDDDn"next"nXn
---
> ./"unit"8t"mtu"8t"net"16t"flags"n4+2dDd2+n"host"16t2Xn3X4+"addr"n
3X4+"broad"n"head"16t"tail"16t"len"16t"drops"nXXD4+D16+n
"ipack"16t"ierr"nDDn"opack"16t"oerr"16t"coll"nDDDn"next"nXn
==================
While you're at it, note that /usr/lib/adb/tty has the labels
"maj" and "min" reversed.
_____________________________________________________
Matt		University	crawford at anl-mcs.arpa
Crawford	of Chicago	ihnp4!oddjob!matt



More information about the Comp.bugs.4bsd.ucb-fixes mailing list