[Forensics-changes] [yara] 366/415: Fix header guards to comply with standards

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch debian
in repository yara.

commit f7f7312d7581f1deaa24837386c7722946642949
Author: Victor Manuel Alvarez <vmalvarez at virustotal.com>
Date:   Thu Jan 16 18:08:14 2014 +0100

    Fix header guards to comply with standards
---
 libyara/filemap.h | 3 +++
 threading.h       | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/libyara/filemap.h b/libyara/filemap.h
index 30aa471..bd727b0 100755
--- a/libyara/filemap.h
+++ b/libyara/filemap.h
@@ -46,3 +46,6 @@ int yr_filemap_map(
 
 void yr_filemap_unmap(
     MAPPED_FILE* pmapped_file);
+
+#endif
+
diff --git a/threading.h b/threading.h
index 19d4432..11383a6 100644
--- a/threading.h
+++ b/threading.h
@@ -15,8 +15,8 @@ limitations under the License.
 */
 
 
-#ifndef _THREADING_H
-#define _THREADING_H
+#ifndef YR_THREADING_H
+#define YR_THREADING_H
 
 #ifdef WIN32
 #include <windows.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list