[Forensics-changes] [yara] 309/415: Fix issue in OpenBSD

Hilko Bengen bengen at moszumanska.debian.org
Thu Apr 3 05:43:18 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 92484e12459006dfe6e06f9248c22403fee18202
Author: Victor M. Alvarez <plusvic at gmail.com>
Date:   Wed Dec 11 12:32:36 2013 +0100

    Fix issue in OpenBSD
---
 libyara/proc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libyara/proc.c b/libyara/proc.c
index fcda0ad..de32d6e 100644
--- a/libyara/proc.c
+++ b/libyara/proc.c
@@ -152,7 +152,7 @@ int yr_process_get_memory(
 #include "mem.h"
 #include "proc.h"
 
-#if defined(__FreeBSD__) || defined(__MACH__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__MACH__)
 #define PTRACE_ATTACH PT_ATTACH
 #define PTRACE_DETACH PT_DETACH
 #endif

-- 
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