bms         2004-06-14 22:43:05 UTC
  FreeBSD src repository
  Modified files:
    libexec/talkd        talkd.c 
  Log:
  Do not depend on the global 'sockt' being initialized to 0;
  instead, use the symbolic constant STDIN_FILENO, as this is
  a daemon invoked from inetd.
  Remove 'sockt' as it is not referenced.
  
  Revision  Changes    Path
  1.16      +2 -3      src/libexec/talkd/talkd.c