예제 #1
0
파일: spnavd.c 프로젝트: 5263/spacenav
static void cleanup(void)
{
#ifdef USE_X11
    close_x11();	/* call to avoid leaving garbage in the X server's root windows */
#endif
    close_unix();
    shutdown_dev();
    remove(PIDFILE);
}
예제 #2
0
파일: io.c 프로젝트: ebichu/dd-wrt
void close_all(void)
{
    close_kernel();
    close_unix();
}