Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 May 2003 11:17:00 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/crypto/telnet/telnet commands.c externs.h main.c telnet.c src/crypto/telnet/telnetd telnetd.c
Message-ID:  <200305111817.h4BIH00N001032@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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