from trunk: rename time-test in comment to signal-test

svn:r1014
This commit is contained in:
Niels Provos 2009-01-15 06:16:07 +00:00
parent 6ae6c9ebaa
commit 12d911b5ad

View File

@ -1,6 +1,7 @@
/*
* Compile with:
* cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
* cc -I/usr/local/include -o signal-test \
* signal-test.c -L/usr/local/lib -levent
*/
#include <sys/types.h>