5aa3edc88d
Downloads are now automatically handled by one client instead of spreading them among the running clients. A problem with incorrectly handling trailing corrupted segments was fixed, and users with a slash in their nicknames are handled properly.
20 lines
638 B
Text
20 lines
638 B
Text
$NetBSD: patch-ac,v 1.5 2003/07/15 19:46:15 wiz Exp $
|
|
|
|
--- src/keyboard_master.c.orig Sun Jun 22 10:40:35 2003
|
|
+++ src/keyboard_master.c
|
|
@@ -39,7 +40,6 @@ $Id: keyboard_master.c,v 1.1 2003/06/22
|
|
#include <openssl/md4.h>
|
|
#include <glib.h>
|
|
|
|
-#if !(defined(BSD) && (BSD >= 199103))
|
|
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED)
|
|
/* union semun is defined by including <sys/sem.h> */
|
|
#else
|
|
@@ -51,7 +51,6 @@ $Id: keyboard_master.c,v 1.1 2003/06/22
|
|
struct seminfo *__buf; /* buffer for IPC_INFO */
|
|
};
|
|
#endif
|
|
-#endif
|
|
|
|
#include "dc_com.h"
|
|
#include "display.h"
|