X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fheaders%2Frc.h;h=f71a0c4824568935ae2eda91a96abe744b2215c6;hp=409aa1b73c7ef48777a1d651966cf3cf1eaedefc;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a diff --git a/src/headers/rc.h b/src/headers/rc.h index 409aa1b..f71a0c4 100755 --- a/src/headers/rc.h +++ b/src/headers/rc.h @@ -1,11 +1,12 @@ -/* @(#) $Id: rc.h,v 1.10 2009/06/24 17:06:26 dcid Exp $ */ +/* @(#) $Id: ./src/headers/rc.h, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All right reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * Foundation */ @@ -22,7 +23,7 @@ #define IsValidHeader(str) ((str[0] == '#') && \ (str[1] == '!') && \ (str[2] == '-') && \ - (str+=3) ) + (str+=3) ) /* Exec message */