From 1233d419e4b7d9b574e905f94d808c601d6d9d34 Mon Sep 17 00:00:00 2001 From: Jan-Simon Pendry Date: Sun, 27 Mar 1994 20:45:42 -0800 Subject: [PATCH] missing #includes SCCS-vsn: sbin/mount_portal/pt_file.c 8.2 SCCS-vsn: sbin/mount_portal/pt_tcp.c 8.3 --- usr/src/sbin/mount_portal/pt_file.c | 4 ++-- usr/src/sbin/mount_portal/pt_tcp.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/usr/src/sbin/mount_portal/pt_file.c b/usr/src/sbin/mount_portal/pt_file.c index 8ff515d7f2..c6d5e1173e 100644 --- a/usr/src/sbin/mount_portal/pt_file.c +++ b/usr/src/sbin/mount_portal/pt_file.c @@ -8,7 +8,7 @@ * * %sccs.include.redist.c% * - * @(#)pt_file.c 8.1 (Berkeley) %G% + * @(#)pt_file.c 8.2 (Berkeley) %G% * * $Id: pt_file.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $ */ @@ -16,6 +16,7 @@ #include #include #include +#include #include #include #include @@ -32,7 +33,6 @@ int so; int *fdp; { int fd; - int gid; char pbuf[MAXPATHLEN]; int error; int gidset[NGROUPS]; diff --git a/usr/src/sbin/mount_portal/pt_tcp.c b/usr/src/sbin/mount_portal/pt_tcp.c index 223c3579f4..bc2cd66ecc 100644 --- a/usr/src/sbin/mount_portal/pt_tcp.c +++ b/usr/src/sbin/mount_portal/pt_tcp.c @@ -8,7 +8,7 @@ * * %sccs.include.redist.c% * - * @(#)pt_tcp.c 8.2 (Berkeley) %G% + * @(#)pt_tcp.c 8.3 (Berkeley) %G% * * $Id: pt_tcp.c,v 1.1 1992/05/25 21:43:09 jsp Exp jsp $ */ @@ -23,6 +23,7 @@ #include #include #include +#include #include #include "portald.h" -- 2.20.1