source: vendor/emx/current/include/sys/sockio.h

Last change on this file was 18, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 225 bytes
Line 
1/* Copyright (c)1996 by Holger Veit
2 * May be freely used with EMX
3 */
4
5/* BSD uses this to declare some more ioctls */
6
7#ifndef _SYS_SOCKIO_H_
8#define _SYS_SOCKIO_H_
9
10#include <sys/so_ioctl.h>
11
12#endif /* !_SYS_SOCKIO_H_ */
Note: See TracBrowser for help on using the repository browser.