a62cdec7a1
Patch by deraadt@ xwit ("x window interface tool") is a hodge-podge collection of simple routines to call some of those X11 functions that don't already have any utility commands built around them.
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
$OpenBSD: patch-xwit_c,v 1.1.1.1 2001/01/25 17:03:05 naddy Exp $
|
|
--- xwit.c.orig Tue Oct 21 03:32:54 1997
|
|
+++ xwit.c Mon Jan 22 22:21:10 2001
|
|
@@ -134,7 +134,7 @@ int ms;
|
|
struct timeval tv;
|
|
tv.tv_sec = ms/1000;
|
|
tv.tv_usec = (ms%1000)*1000;
|
|
- select(0,(int*)0,(int*)0,(int*)0,&tv);
|
|
+ select(0,NULL,NULL,NULL,&tv);
|
|
}
|
|
|
|
/*
|