Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/inetd se_wait stores pids; make it a pid_t.
details: https://anonhg.NetBSD.org/src/rev/943ac0499962
branches: trunk
changeset: 474766:943ac0499962
user: ghudson <ghudson%NetBSD.org@localhost>
date: Mon Jul 19 15:49:39 1999 +0000
description:
se_wait stores pids; make it a pid_t.
diffstat:
usr.sbin/inetd/inetd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 942f64fe4fd6 -r 943ac0499962 usr.sbin/inetd/inetd.c
--- a/usr.sbin/inetd/inetd.c Mon Jul 19 12:05:37 1999 +0000
+++ b/usr.sbin/inetd/inetd.c Mon Jul 19 15:49:39 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: inetd.c,v 1.50 1999/07/04 00:31:57 itojun Exp $ */
+/* $NetBSD: inetd.c,v 1.51 1999/07/19 15:49:39 ghudson Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -77,7 +77,7 @@
#if 0
static char sccsid[] = "@(#)inetd.c 8.4 (Berkeley) 4/13/94";
#else
-__RCSID("$NetBSD: inetd.c,v 1.50 1999/07/04 00:31:57 itojun Exp $");
+__RCSID("$NetBSD: inetd.c,v 1.51 1999/07/19 15:49:39 ghudson Exp $");
#endif
#endif /* not lint */
@@ -298,7 +298,7 @@
int se_rpcversl; /* rpc program lowest version */
int se_rpcversh; /* rpc program highest version */
#define isrpcservice(sep) ((sep)->se_rpcversl != 0)
- short se_wait; /* single threaded server */
+ pid_t se_wait; /* single threaded server */
short se_checked; /* looked at during merge */
char *se_user; /* user name to run as */
char *se_group; /* group name to run as */
Home |
Main Index |
Thread Index |
Old Index