PR/5384: Tom Ivar Helbekkmo: We need a ctty to fsetown.

This commit is contained in:
christos 1998-05-02 15:28:32 +00:00
parent 62017450ca
commit ea4bc98c9f
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: config.h,v 1.5 1998/03/06 18:17:16 christos Exp $ */
/* $NetBSD: config.h,v 1.6 1998/05/02 15:28:33 christos Exp $ */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@ -254,7 +254,7 @@
/* #undef UDP_BACKWARDS_SETOWN */
/* must we have a CTTY for fsetown? */
/* #undef USE_FSETOWNCTTY */
#define USE_FSETOWNCTTY 1
/* can we use SIGIO for tcp and udp IO? */
#define HAVE_SIGNALED_IO 1

View File

@ -1,6 +1,6 @@
#!/usr/local/bin/perl
#
# $NetBSD: xntp2netbsd,v 1.12 1998/03/06 18:17:16 christos Exp $
# $NetBSD: xntp2netbsd,v 1.13 1998/05/02 15:28:32 christos Exp $
#
# Perl script to convert a standard distribution directory for xntp into
# a NetBSD source tree.
@ -606,7 +606,7 @@ char * Version = "5.90 3-NetBSD Thu Apr 17 17:15:47 EDT 1997 (1)";
/* #undef UDP_BACKWARDS_SETOWN */
/* must we have a CTTY for fsetown? */
/* #undef USE_FSETOWNCTTY */
#define USE_FSETOWNCTTY 1
/* can we use SIGIO for tcp and udp IO? */
#define HAVE_SIGNALED_IO 1