1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

build fix for 5-current.

Submitted by:	Chihun Kim <year1984@postech.ac.kr>
This commit is contained in:
CHOI Junho 2003-02-18 10:23:14 +00:00
parent 0dcbe067d4
commit bb90d58f46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75791

View File

@ -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);