cvs commit: src/crypto/telnet/telnet commands.c externs.h main.c telnet.c src/crypto/telnet/telnetd telnetd.c

Mark Murray markm at FreeBSD.org
Sun May 11 11:17:01 PDT 2003


markm       2003/05/11 11:17:00 PDT

  FreeBSD src repository

  Modified files:
    crypto/telnet/telnet commands.c externs.h main.c telnet.c 
    crypto/telnet/telnetd telnetd.c 
  Log:
  Fix up external variables named "debug" that have a horrible habit
  of conflicting with other, similarly named functions in static
  libraries. This is done mostly by renaming the var if it is shared
  amongst modules, or making it static otherwise.
  
  OK'ed by:       re(scottl)
  
  Revision  Changes    Path
  1.31      +4 -4      src/crypto/telnet/telnet/commands.c
  1.10      +1 -1      src/crypto/telnet/telnet/externs.h
  1.18      +1 -1      src/crypto/telnet/telnet/main.c
  1.14      +1 -1      src/crypto/telnet/telnet/telnet.c
  1.23      +1 -1      src/crypto/telnet/telnetd/telnetd.c


More information about the cvs-src mailing list