From owner-cvs-sys Sat Sep 21 01:43:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05870 for cvs-sys-outgoing; Sat, 21 Sep 1996 01:43:07 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05717; Sat, 21 Sep 1996 01:42:42 -0700 (PDT) Date: Sat, 21 Sep 1996 01:42:42 -0700 (PDT) From: Bruce Evans Message-Id: <199609210842.BAA05717@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys ioccom.h ioctl.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/21 01:42:41 Modified: sys/sys ioccom.h ioctl.h Log: Moved the prototype for ioctl() from to so that applications don't have to include just to get a prototype for ioctl(). Revision Changes Path 1.4 +11 -1 src/sys/sys/ioccom.h 1.4 +1 -9 src/sys/sys/ioctl.h