summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2003-02-18 10:23:14 +0000
committerCHOI Junho <cjh@FreeBSD.org>2003-02-18 10:23:14 +0000
commitbb90d58f462f6efbed394ace7890a6d99eb2b489 (patch)
treeed04bc2cfe3212bae134b2c522293e03f6c49a32 /korean
parentUpdate 2.0.4-172 (based on xterm-172) (diff)
build fix for 5-current.
Submitted by: Chihun Kim <year1984@postech.ac.kr>
Notes
Notes: svn path=/head/; revision=75791
Diffstat (limited to 'korean')
-rw-r--r--korean/bitchx/files/patch-source%modules.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/korean/bitchx/files/patch-source%modules.c b/korean/bitchx/files/patch-source%modules.c
new file mode 100644
index 000000000000..a90d13de9732
--- /dev/null
+++ b/korean/bitchx/files/patch-source%modules.c
@@ -0,0 +1,11 @@
+--- source/modules.c.orig Tue Feb 18 14:58:09 2003
++++ source/modules.c Tue Feb 18 14:58:23 2003
+@@ -65,7 +65,7 @@
+
+ Function_ptr global_table[NUMBER_OF_GLOBAL_FUNCTIONS] = { NULL };
+ extern int read_sockets();
+-extern unsigned long bitchx_numver;
++extern const unsigned long bitchx_numver;
+ extern int identd;
+
+ extern int (*dcc_open_func) (int, int, unsigned long, int);