X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fwin32%2Fsetup-shared.c;h=8b450ae6a05be7f6940c67f3113ad077aea98e23;hb=6ef2f786c6c8ead94841b5f93baf9f43421f08c8;hp=837768a2e3f8cd3e779010246bf57a5d770436d4;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;p=ossec-hids.git diff --git a/src/win32/setup-shared.c b/src/win32/setup-shared.c index 837768a..8b450ae 100755 --- a/src/win32/setup-shared.c +++ b/src/win32/setup-shared.c @@ -1,14 +1,15 @@ -/* @(#) $Id: setup-shared.c,v 1.3 2009/06/24 18:53:10 dcid Exp $ */ +/* @(#) $Id: ./src/win32/setup-shared.c, 2011/09/08 dcid Exp $ + */ /* Copyright (C) 2009 Trend Micro Inc. * All rights 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 */ - + #include #include @@ -53,7 +54,7 @@ int dogrep(char *file, char *str) /* Clearing memory */ memset(line, '\0', OS_MAXSTR +1); - /* Reading file and looking for str */ + /* Reading file and looking for str */ while(fgets(line, OS_MAXSTR, fp) != NULL) { if(OS_Match(str, line))