From owner-freebsd-commit Sat Oct 7 16:56:30 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03105 for freebsd-commit-outgoing; Sat, 7 Oct 1995 16:56:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03092 for cvs-all-outgoing; Sat, 7 Oct 1995 16:56:27 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03081 for cvs-sys-outgoing; Sat, 7 Oct 1995 16:56:25 -0700 Received: (from swallace@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03071 ; Sat, 7 Oct 1995 16:56:22 -0700 Date: Sat, 7 Oct 1995 16:56:22 -0700 From: Steven Wallace Message-Id: <199510072356.QAA03071@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern makesyscalls.sh syscalls.master Sender: owner-commit@FreeBSD.org Precedence: bulk swallace 95/10/07 16:56:21 Modified: sys/kern makesyscalls.sh syscalls.master Log: Fix misc formatting errors in makesyscalls.sh. Add CPT_NOA type which is COMPAT with NOARGS -- do not produce argument struct in sysproto. Change accept, recvfrom, getsockname to CPT_NOA type. Fix getrlimit, setrlimit argument #2 name to struct rlimit.