From owner-cvs-sys Tue Nov 7 05:39:53 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA18561 for cvs-sys-outgoing; Tue, 7 Nov 1995 05:39:53 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA18542 ; Tue, 7 Nov 1995 05:39:33 -0800 Date: Tue, 7 Nov 1995 05:39:33 -0800 From: Poul-Henning Kamp Message-Id: <199511071339.FAA18542@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs.h procfs_vfsops.c procfs_vnops.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk phk 95/11/07 05:39:32 Modified: sys/miscfs/fdesc fdesc_vfsops.c fdesc_vnops.c sys/miscfs/procfs procfs.h procfs_vfsops.c procfs_vnops.c Log: Make a lot of private stuff static. Should anybody out there wonder about this vendetta against global variables, it is basically to make it more visible what our interfaces in the kernel really are. I'm almost convinced we should have a #define PUBLIC /* public interface */ and use it in the #includes...