Fixed "static after extern".

This commit is contained in:
rillig 2007-11-30 21:00:13 +00:00
parent a4eca44b40
commit c3dea53e3a
2 changed files with 20 additions and 2 deletions

View file

@ -1,12 +1,13 @@
$NetBSD: distinfo,v 1.18 2006/02/02 20:53:44 rillig Exp $
$NetBSD: distinfo,v 1.19 2007/11/30 21:00:13 rillig Exp $
SHA1 (dctc-0.85.4.tar.gz) = 8422f041ccd398fcabb032a6ece9f2f50d827bb7
RMD160 (dctc-0.85.4.tar.gz) = ded2d6e8f8de47c50ef689d0c49f6b3bcc2439f6
Size (dctc-0.85.4.tar.gz) = 493733 bytes
SHA1 (patch-aa) = 62cae1e95c3422cb8b184cd8ee13989073b9fc06
SHA1 (patch-ab) = 4a28cc7d9e2a22c52ad319bbda0893d70fd000be
SHA1 (patch-ab) = a0d6989cf703eb2cb1345b46228cbd794504ee45
SHA1 (patch-ac) = 289a7ac4b296dd29ac3938ec3a6c8d7d1413500b
SHA1 (patch-ad) = ce699efbc6d009146a909e2ffac83435fdb2932e
SHA1 (patch-ae) = e5440b8158d5706779e71315f0b011767b7719a7
SHA1 (patch-af) = 01048ff12ecca029ee596255d85a3987012a65cf
SHA1 (patch-ag) = 406d8a21da3e8f7172452eb46a2c0196e87a8156
SHA1 (patch-ah) = 21e6e0f248bca8835b54bc0588e106395b4485f2

17
net/dctc/patches/patch-ah Normal file
View file

@ -0,0 +1,17 @@
$NetBSD: patch-ah,v 1.3 2007/11/30 21:00:14 rillig Exp $
--- src/user_manage.h.orig 2003-05-17 06:12:50.000000000 +0000
+++ src/user_manage.h 2007-11-30 20:58:45.000000000 +0000
@@ -27,12 +27,6 @@ $Id: user_manage.h,v 1.1.1.1 2003/05/17
extern GPtrArray *hub_user_list; /* list of all users connected to the hub */
extern GPtrArray *hub_op_list; /* list of all ops connected to the hub (ops are also in the user_list) */
-extern GPtrArray *hub_user_xtra_info; /* array of extra data stored for each hub user */
- /* the nth pointer of this array is for the nth user of the hub_user_list */
- /* a user having no extra info has a null pointer as extra info */
-
-extern GPtrArray *hub_user_uinfo; /* it is the result of /UINFO command for each user */
-
typedef enum
{
UNDEFINED=0,