Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 1996 08:56:34 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-usrbin
Subject:   cvs commit:  src/usr.bin/nm nm.c
Message-ID:  <199609241556.IAA02603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/09/24 08:56:32

  Modified:    usr.bin/nm  nm.c
  Log:
  Drat, had the N_FN overloading based on N_EXT backwards. N_EXT = filename,
  no N_EXT is a "warning". eg:
  % nm -p /tmp/gets.o
  ...
  00000000 w  warning: this program uses gets(), which is unsafe.
           U  _gets
  00000000 T  _gets
  
  Revision  Changes    Path
  1.9       +2 -2      src/usr.bin/nm/nm.c



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