From owner-cvs-sys Fri Nov 10 17:04:57 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA21687 for cvs-sys-outgoing; Fri, 10 Nov 1995 17:04:57 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA21673 ; Fri, 10 Nov 1995 17:04:44 -0800 Date: Fri, 10 Nov 1995 17:04:44 -0800 From: Bruce Evans Message-Id: <199511110104.RAA21673@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_xxx.c Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk bde 95/11/10 17:04:44 Modified: sys/kern kern_xxx.c Log: Fixed types of ogethostid() and osethostid(). The args struct names conflicted with the machine generated ones in . Fixed type of oquota(). It didn't even use an args struct.