diff options
author | rillig <rillig> | 2007-11-30 21:00:13 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-11-30 21:00:13 +0000 |
commit | c93aeef9af8f1937f526b6129228f4f190b5de8c (patch) | |
tree | 3bd0bb5c943d7fd5b0db7478da541c38a7cddf2f | |
parent | d0d39f8c9c0a95e5b70cea6c8516283f429c57e1 (diff) | |
download | pkgsrc-c93aeef9af8f1937f526b6129228f4f190b5de8c.tar.gz |
Fixed "static after extern".
-rw-r--r-- | net/dctc/distinfo | 5 | ||||
-rw-r--r-- | net/dctc/patches/patch-ah | 17 |
2 files changed, 20 insertions, 2 deletions
diff --git a/net/dctc/distinfo b/net/dctc/distinfo index e053a10a326..e15dca8f3a6 100644 --- a/net/dctc/distinfo +++ b/net/dctc/distinfo @@ -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 diff --git a/net/dctc/patches/patch-ah b/net/dctc/patches/patch-ah new file mode 100644 index 00000000000..9fc3b99ff76 --- /dev/null +++ b/net/dctc/patches/patch-ah @@ -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, |