From owner-freebsd-commit Sun Sep 17 22:30:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA03850 for freebsd-commit-outgoing; Sun, 17 Sep 1995 22:30:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA03835 for cvs-all-outgoing; Sun, 17 Sep 1995 22:30:31 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA03825 for cvs-sys-outgoing; Sun, 17 Sep 1995 22:30:29 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA03815 ; Sun, 17 Sep 1995 22:30:21 -0700 Date: Sun, 17 Sep 1995 22:30:21 -0700 From: David Greenman Message-Id: <199509180530.WAA03815@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/09/17 22:30:21 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern vfs_syscalls.c Log: Brought in change from rev 1.32: add missing args to VOP_OPEN. (This is more or less cosmetic since unionfs doesn't work for other reasons).