diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2003-02-18 10:23:14 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2003-02-18 10:23:14 +0000 |
commit | bb90d58f462f6efbed394ace7890a6d99eb2b489 (patch) | |
tree | ed04bc2cfe3212bae134b2c522293e03f6c49a32 /korean | |
parent | 0dcbe067d4a6897b4af61bc849e9168eb81dce20 (diff) |
Notes
Diffstat (limited to 'korean')
-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 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); |