diff options
author | cjh <cjh@FreeBSD.org> | 2003-02-18 10:23:14 +0000 |
---|---|---|
committer | cjh <cjh@FreeBSD.org> | 2003-02-18 10:23:14 +0000 |
commit | f758e41725806a20ce4b4a8df1c42868d5960e8a (patch) | |
tree | f70123714b6e834e1d28cec8cb3e8bb1546a7536 /korean/bitchx | |
parent | b65bb8f5ef07a468631740daec76fd18141ef69f (diff) | |
download | FreeBSD-ports-f758e41725806a20ce4b4a8df1c42868d5960e8a.zip FreeBSD-ports-f758e41725806a20ce4b4a8df1c42868d5960e8a.tar.gz |
build fix for 5-current.
Submitted by: Chihun Kim <year1984@postech.ac.kr>
Diffstat (limited to 'korean/bitchx')
-rw-r--r-- | korean/bitchx/files/patch-source%modules.c | 11 |
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 0000000..a90d13d --- /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); |