Annotation of embedaddon/ntp/ports/winnt/include/sys/ioctl.h, revision 1.1.1.1

1.1       misho       1: /**************************************************************
                      2:  * Dummy Header for Unix to Windows NT portability
                      3:  * Created for NTP package
                      4:  **************************************************************/
                      5: 
                      6: #ifndef _IOCTL_H
                      7: #define _IOCTL_H
                      8: 
                      9: #include "win32_io.h"
                     10: 
                     11: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>