Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2002 12:31:04 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf kmod_syms.awk
Message-ID:  <200208061931.g76JV4xF006595@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/08/06 12:31:04 PDT

  Modified files:
    sys/conf             kmod_syms.awk 
  Log:
  Our awk does not implement the ARGIND variable, so we were attempting
  to parse the binary .kld file as a list of symbols. Fix this by
  simply deleting the unwanted argument from the ARGV[] array instead
  of trying to skip over it.
  
  Revision  Changes    Path
  1.4       +1 -2      src/sys/conf/kmod_syms.awk

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208061931.g76JV4xF006595>