From owner-cvs-usrsbin Tue Sep 19 09:37:44 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA15850 for cvs-usrsbin-outgoing; Tue, 19 Sep 1995 09:37:44 -0700 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA15833 ; Tue, 19 Sep 1995 09:37:35 -0700 Date: Tue, 19 Sep 1995 09:37:35 -0700 From: Bruce Evans Message-Id: <199509191637.JAA15833@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config mkioconf.c Sender: owner-cvs-usrsbin@FreeBSD.org Precedence: bulk bde 95/09/19 09:37:35 Modified: usr.sbin/config mkioconf.c Log: Put declarations in a header file ("ioconf.h") Generate prototypes for SCSI functions and function pointers. Fix redundant declarations of interrupt handlers. Generate 4.4-style includes (<> instead of ""). Clean up formatting of both the source and the output a bit.