From owner-freebsd-commit Fri Oct 6 02:43:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA19800 for freebsd-commit-outgoing; Fri, 6 Oct 1995 02:43:45 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA19788 for cvs-all-outgoing; Fri, 6 Oct 1995 02:43:41 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA19778 for cvs-sys-outgoing; Fri, 6 Oct 1995 02:43:39 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA19767 ; Fri, 6 Oct 1995 02:43:34 -0700 Date: Fri, 6 Oct 1995 02:43:34 -0700 From: Poul-Henning Kamp Message-Id: <199510060943.CAA19767@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_vnops.c Sender: owner-commit@FreeBSD.org Precedence: bulk phk 95/10/06 02:43:34 Modified: sys/kern vfs_vnops.c Log: A little hack to avoid a 64bit divide. Can go away if Gcc ever learns to optimise 64bit stuff...