From 7b075853c4b31b22cfb4c67ce415674afd67d499 Mon Sep 17 00:00:00 2001 From: w00t Date: Wed, 20 Jun 2007 18:46:32 +0000 Subject: Make a comment make a bit more general sense, and indent a nested define. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7394 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index eb8894c43..08a8cda36 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -21,10 +21,12 @@ #include #include #include -/* This is just to be completely certain that the change which fixed getrusage on RH7 doesn't break anything else -- Om */ + +/* Some systems don't define RUSAGE_SELF. This should fix them. */ #ifndef RUSAGE_SELF -#define RUSAGE_SELF 0 + #define RUSAGE_SELF 0 #endif + #endif #include -- cgit v1.2.3