From owner-cvs-all Thu Oct 8 17:39:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA01398 for cvs-all-outgoing; Thu, 8 Oct 1998 17:39:21 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA01373; Thu, 8 Oct 1998 17:39:11 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id RAA11703; Thu, 8 Oct 1998 17:39:10 -0700 (PDT) Date: Thu, 8 Oct 1998 17:39:10 -0700 (PDT) Message-Id: <199810090039.RAA11703@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libutil _secure_path.c login_tty.c logout.c logwtmp.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/10/08 17:39:09 PDT Modified files: lib/libutil _secure_path.c login_tty.c logout.c logwtmp.c Log: All these have to include stdio.h now. Revision Changes Path 1.3 +2 -1 src/lib/libutil/_secure_path.c 1.4 +2 -1 src/lib/libutil/login_tty.c 1.4 +2 -1 src/lib/libutil/logout.c 1.7 +2 -1 src/lib/libutil/logwtmp.c