Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Nov 2000 15:03:39 -0800 (PST)
From:      David Greenman <dg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tset extern.h set.c tset.c
Message-ID:  <200011112303.PAA33069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dg          2000/11/11 15:03:39 PST

  Modified files:
    usr.bin/tset         extern.h set.c tset.c 
  Log:
  Changed variable killchar to killch and erasechar to erasech to avoid
  a name clash with the library functions of the same name (in libncurses).
  This problem was masked when building tset shared (the local symbols had
  precedence), but caused tset to core dump when it was built -static.
  
  Revision  Changes    Path
  1.7       +2 -1      src/usr.bin/tset/extern.h
  1.8       +9 -9      src/usr.bin/tset/set.c
  1.15      +5 -5      src/usr.bin/tset/tset.c



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?200011112303.PAA33069>