rename hook.c to kevent.c

git-svn-id: svn://svn.code.sf.net/p/libkqueue/code/trunk@189 fb4e3144-bc1c-4b72-a658-5bcd248dd7f7
This commit is contained in:
mheily 2010-02-07 18:35:03 +00:00
parent a59da73a9d
commit 3a8d56ab67
2 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ post_configure_hook() {
fi
fi
sources="$sources src/$target/hook.c src/$target/eventfd.c $evfilt_signal $evfilt_proc
sources="$sources src/$target/kevent.c src/$target/eventfd.c $evfilt_signal $evfilt_proc
$evfilt_socket $evfilt_timer $evfilt_user $evfilt_vnode"
}