diff options
Diffstat (limited to 'usr.sbin/tcpdump/makemib')
-rw-r--r-- | usr.sbin/tcpdump/makemib | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/tcpdump/makemib b/usr.sbin/tcpdump/makemib index 15d3e463353..74b6d073fe5 100644 --- a/usr.sbin/tcpdump/makemib +++ b/usr.sbin/tcpdump/makemib @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: makemib,v 1.3 1996/06/10 07:47:20 deraadt Exp $ +# $OpenBSD: makemib,v 1.4 1996/07/13 11:01:11 mickey Exp $ # $NetBSD: makemib,v 1.2 1995/03/06 19:10:22 mycroft Exp $ # # Copyright (c) 1990, by John Robert LoVerso. @@ -16,8 +16,7 @@ # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED # WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#) Id: makemib,v 2.1 90/07/10 23:51:54 loverso Exp Locker: loverso (jlv -) +# @(#) Id: makemib,v 2.1 90/07/10 23:51:54 loverso Exp Locker: loverso (jlv) # # This script will read either ASN.1-style MIB files or the ".defs" files @@ -52,7 +51,7 @@ sed \ -e 's/--.*//' \ -e 's/\([{}]\)/ \1 /g' \ $@ \ -| gawk ' +| awk ' BEGIN { # for sanity, we prep the namespace with objects from RFC-1155 # (we manually establish the root) |