Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Mar 1997 03:07:55 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/include qcam.h
Message-ID:  <199703241107.DAA00604@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/03/24 03:07:54

  Modified:    sys/i386/include  qcam.h
  Log:
  Don't default to (wrong) SCO definitions for _IOR() etc. if <sys/ioctl.h>
  doesn't happen to be included before this header.
  
  This header was missed in previous cleanups because it didn't include
  <sys/ioctl.h> or <sys/ioccom.h>.  Clean it now:
  - #include <sys/types.h> since it is necessary to make the header self-
    sufficient (there are a couple of u_char's).
  - uniformized idempotency ifdef.  Copied the style in the 4.4Lite
    ioctl headers.
  
  Revision  Changes    Path
  1.5       +8 -3      src/sys/i386/include/qcam.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703241107.DAA00604>