ae57b40499
- sync patches
13 lines
451 B
Plaintext
13 lines
451 B
Plaintext
# $OpenBSD: patch-relay_datac,v 1.2 2003/06/18 12:18:12 naddy Exp $
|
|
--- relay_data.c.orig Thu Jun 19 11:06:28 1997
|
|
+++ relay_data.c Wed Jun 18 14:13:14 2003
|
|
@@ -39,7 +39,7 @@ void relay_data(int first_filedes, int s
|
|
|
|
while (logged_in == TRUE) {
|
|
|
|
- bcopy(&master, ©, sizeof(fd_set)); /* select() trashes copy */
|
|
+ memcpy(©, &master, sizeof(fd_set)); /* select() trashes copy */
|
|
deadline.tv_sec = maxwait;
|
|
deadline.tv_usec = 0;
|
|
|