]> The Tcpdump Group git mirrors - tcpdump/blobdiff - makemib
Avoid collison with error(), clean up code a bit.
[tcpdump] / makemib
diff --git a/makemib b/makemib
index 8d666a8e3309c541f7b9e26388c6e93806a9c8c1..97e78754ff7b8e80aa62e1b2d7e40dcc9f148dab 100755 (executable)
--- a/makemib
+++ b/makemib
@@ -37,7 +37,7 @@
 # This script needs to be run by "gawk" (GNU awk).  "nawk" will work, but
 # dump will get a recursion error if you process LARGE mibs.  While it would
 # by farily easy to rewrite this not to use recursion (and also easy to
-# eliminate use of gsub and functions to use classic "awk"), you have to 
+# eliminate use of gsub and functions to use classic "awk"), you have to
 # order the structure declarations in defined-first order for the compiler
 # not to barf; too bad tsort doesn't take arguments.
 #
@@ -47,7 +47,7 @@ cat << EOF
  * This file was generated by tcpdump/makemib on `date`
  * You probably don't want to edit this by hand!
  *
- * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer 
+ * struct mib somename = { desc, oid-octet, type, child-pointer, next-pointer
 };
  */
 
@@ -157,7 +157,7 @@ $2$3 == "::={" {
 }
 
 
-# 
+#
 # End of the road - output the data.
 #