pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dctc Fixed "static after extern".
details: https://anonhg.NetBSD.org/pkgsrc/rev/2d15614f2202
branches: trunk
changeset: 535976:2d15614f2202
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Nov 30 21:00:13 2007 +0000
description:
Fixed "static after extern".
diffstat:
net/dctc/distinfo | 5 +++--
net/dctc/patches/patch-ah | 17 +++++++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r 8fee532c4954 -r 2d15614f2202 net/dctc/distinfo
--- a/net/dctc/distinfo Fri Nov 30 20:54:05 2007 +0000
+++ b/net/dctc/distinfo Fri Nov 30 21:00:13 2007 +0000
@@ -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 -r 8fee532c4954 -r 2d15614f2202 net/dctc/patches/patch-ah
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dctc/patches/patch-ah Fri Nov 30 21:00:13 2007 +0000
@@ -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,
Home |
Main Index |
Thread Index |
Old Index