9 lines
138 B
C
9 lines
138 B
C
|
// This is NEW CODE by Zak with a new kqueue-style mechanism
|
||
|
#ifndef _KQUEUE_H
|
||
|
#define _KQUEUE_H
|
||
|
|
||
|
|
||
|
|
||
|
// From ifndef at top of file:
|
||
|
#endif
|