From 4527ffe3cd361179be2c7e71fc618075cc950ee2 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 23 Dec 2005 12:57:50 +0000 Subject: Made a var extern that blocks up the RC1 cygwin build git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2648 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 2 +- src/version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/users.cpp b/src/users.cpp index 07caefed3..9abd2df35 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -49,7 +49,7 @@ extern userrec* fd_ref_table[65536]; extern ServerConfig *Config; extern user_hash clientlist; extern whowas_hash whowas; -std::vector local_users; +extern std::vector local_users; std::vector all_opers; diff --git a/src/version.sh b/src/version.sh index 2ef27882c..c08f07348 100755 --- a/src/version.sh +++ b/src/version.sh @@ -1,2 +1,2 @@ #!sh -echo "InspIRCd-1.0(RC1)" +echo "InspIRCd-1.0(RC2)" -- cgit v1.2.3