diff options
| author | 2006-08-11 09:50:16 +0000 | |
|---|---|---|
| committer | 2006-08-11 09:50:16 +0000 | |
| commit | a5833e654dd99fc2513b17100f0f06d50e75b4a9 (patch) | |
| tree | 46dd719ddacf849a2e1e3a9bcf5da70a73cb1f39 /src/userprocess.cpp | |
| parent | Removal of an extern (diff) | |
Move whowas into InspIRCd
Tidy up lowermap extern (for now, we cant do much but have this as extern)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4876 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/userprocess.cpp')
| -rw-r--r-- | src/userprocess.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/userprocess.cpp b/src/userprocess.cpp index ccd32a9c9..656eac865 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -51,8 +51,8 @@ using namespace std; #include "command_parse.h" #include "cull_list.h" -extern struct sockaddr_in client,server; -extern socklen_t length; +//extern struct sockaddr_in client,server; +//extern socklen_t length; char data[65536]; |
