From d035ced100f44bd6b39a5a1cb72401d74946441f Mon Sep 17 00:00:00 2001 From: hsn <> Date: Mon, 23 Jul 2007 10:34:50 +0000 Subject: [PATCH] fix by Yang Hong --- contrib/fspscan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fspscan.c b/contrib/fspscan.c index e4751bb..154da88 100644 --- a/contrib/fspscan.c +++ b/contrib/fspscan.c @@ -197,7 +197,7 @@ UBUF *client_interact(cmd,pos,l1,p1,l2,p2) while(1) { retval = _x_select(&mask, 3000L); - if((retval == -1) && (errno = EINTR)) continue; + if((retval == -1) && (errno == EINTR)) continue; if(retval == 1) { /* an incoming message is waiting */ bytes = sizeof(from);