Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 1998 05:12:00 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/inetd inetd.c
Message-ID:  <199805111212.FAA28916@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/05/11 05:12:00 PDT

  Modified files:
    usr.sbin/inetd       inetd.c 
  Log:
  Fixed gross errors in previous commit.  `sapipe' was used uninitialized
  to attempt to unblock SIGCHLD, but we actually want to unignore SIGPIPE.
  
  Obtained from:	OpenBSD
  
  Finished conversion from sigvec to sigaction (don't assume that sa_mask
  is a scalar...).  Didn't convert from sigblock to sigprocmask.  Didn't
  fix missing error checking for sigaction...
  
  Revision  Changes    Path
  1.33      +11 -7     src/usr.sbin/inetd/inetd.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?199805111212.FAA28916>