From owner-cvs-all Fri Oct 9 00:32:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15183 for cvs-all-outgoing; Fri, 9 Oct 1998 00:32:44 -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 AAA15176; Fri, 9 Oct 1998 00:32:41 -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 AAA25604; Fri, 9 Oct 1998 00:32:39 -0700 (PDT) Date: Fri, 9 Oct 1998 00:32:39 -0700 (PDT) Message-Id: <199810090732.AAA25604@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libutil auth.c libutil.h property.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/10/09 00:32:38 PDT Modified files: lib/libutil auth.c libutil.h property.c Log: o move path in libutil.h to paths.h o make property_read() take a fd instead to avoid stdio.h mess o update auth to new interface. Revision Changes Path 1.3 +7 -5 src/lib/libutil/auth.c 1.20 +2 -2 src/lib/libutil/libutil.h 1.3 +2 -3 src/lib/libutil/property.c