1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 18:03:13 +02:00

+- Changed all TStime() to use timeofday - CPU SAVE

+- Removed userload.c & userload.h
This commit is contained in:
stskeeps
2001-05-07 14:24:11 +00:00
parent 7b393920b5
commit 2b343609ee
16 changed files with 44 additions and 534 deletions
+3
View File
@@ -41,6 +41,9 @@
#endif
#include <fcntl.h>
#include "h.h"
#ifndef RTLD_NOW
#define RTLD_NOW RTLD_LAZY
#endif
ModuleInfo *Modules[MAXMODULES];
Hook *Hooks[MAXHOOKTYPES];