mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
18 lines
502 B
Plaintext
18 lines
502 B
Plaintext
$NetBSD: patch-ac,v 1.2 2010/08/02 07:05:09 wiz Exp $
|
|
|
|
Add patch from
|
|
https://www.conserver.com/pipermail/users/2004-June/msg00001.html
|
|
to make network consoles work on LP64 platforms.
|
|
|
|
--- conserver/consent.c.orig 2003-04-06 08:32:41.000000000 -0400
|
|
+++ conserver/consent.c
|
|
@@ -788,7 +788,7 @@ ConsInit(pCE, pfdSet, useHostCache)
|
|
} else if (pCE->isNetworkConsole) {
|
|
struct sockaddr_in port;
|
|
struct hostent *hp;
|
|
- size_t one = 1;
|
|
+ int one = 1;
|
|
int flags;
|
|
fd_set fds;
|
|
struct timeval tv;
|