From 24b84ea9a588c1499b278c7646abdc38b9f964f6 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 3 May 2005 20:46:22 +0000 Subject: fixed warning of redefinition of RUSAGE_SELF git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1299 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/commands.cpp b/src/commands.cpp index 2eff8186d..26f2c9ef2 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -42,8 +42,10 @@ #include #include #include +#ifndef RUSAGE_SELF #define RUSAGE_SELF 0 #define RUSAGE_CHILDREN -1 +#endif #include "connection.h" #include "users.h" #include "servers.h" -- cgit v1.2.3