Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 1995 05:56:28 -0700
From:      "Andrey A. Chernov" <ache>
To:        CVS-commiters, cvs-sbin
Subject:   cvs commit: src/sbin/slattach Makefile slattach.c uucplock.c
Message-ID:  <199509201256.FAA01453@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        95/09/20 05:56:28

  Modified:    sbin/slattach  Makefile slattach.c
  Removed:     sbin/slattach  uucplock.c
  Log:
  From Bruce:
  
  slattach always exited early because fd is not open in acquire_line().
  
  Other (trivial) changes that I've been neglecting for some time:
  
  - Turn off O_NONBLOCK so that `chat' doesn't need to worry about it
    (`chat' actually does worry about it).
  - Really set speeds POSIXly :-).  cfsetspeed() isn't POSIX.
  - Fix spelling error in comment.
  - Gripe about bad programming of doing everything from signal handlers.
    slattach should be written to do everything from the sigsuspend() loop,
    but I don't want to do it :-).
  
  From me:
  Use .PATH to find uucplock.c
  
  Submitted by: bde



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