mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 23:40:00 -04:00
re-indent
This commit is contained in:
parent
d1fa703c08
commit
13f0ecd037
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: vtwrapper.c,v 1.3 2010/06/18 23:46:42 tbox Exp $ */
|
||||
/* $Id: vtwrapper.c,v 1.4 2010/08/12 09:31:50 fdupont Exp $ */
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <sys/syscall.h>
|
||||
|
|
@ -278,7 +278,7 @@ kevent(int kq, struct kevent *changelist, int nchanges,
|
|||
nevents, &ts);
|
||||
#else
|
||||
return syscall(SYS_kevent, kq, changelist, nchanges, eventlist,
|
||||
nevents, timeout);
|
||||
nevents, timeout);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue