From owner-cvs-sys Tue Jan 20 02:38:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA23947 for cvs-sys-outgoing; Tue, 20 Jan 1998 02:38:00 -0800 (PST) (envelope-from owner-cvs-sys) 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 CAA23915; Tue, 20 Jan 1998 02:37:43 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA01126; Tue, 20 Jan 1998 02:36:42 -0800 (PST) Date: Tue, 20 Jan 1998 02:36:42 -0800 (PST) Message-Id: <199801201036.CAA01126@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/lib/libc/gen getvfsent.c src/sys/sys mount.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/01/20 02:36:42 PST Modified files: lib/libc/gen getvfsent.c Log: Moved most of the (source-level) compatibility hacks for the vfsconf interface from sys/mount.h to libc/getvfsent.c The new interface is now the default. Revision Changes Path 1.12 +4 -2 src/lib/libc/gen/getvfsent.c Modified files: sys/sys mount.h Log: Moved most of the (source-level) compatibility hacks for the vfsconf interface from sys/mount.h to libc/getvfsent.c The new interface is now the default. Sorted the prototypes for the library functions. Revision Changes Path 1.53 +4 -8 src/sys/sys/mount.h