mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
Added all debian changes
git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5090 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
@@ -513,9 +513,9 @@ list_drivers()
|
||||
get_response:
|
||||
namelen = DAEMON_SIZE;
|
||||
errno = 0;
|
||||
wait.tv_sec = 1;
|
||||
wait.tv_usec = 0;
|
||||
for (;;) {
|
||||
wait.tv_sec = 1;
|
||||
wait.tv_usec = 0;
|
||||
if (listc + 1 >= listmax) {
|
||||
listmax += 20;
|
||||
listv = (SOCKET *) realloc((char *) listv,
|
||||
|
||||
Reference in New Issue
Block a user