aboutsummaryrefslogtreecommitdiffstats
path: root/devel/elfsh/files/patch-testsuite_sct__fillbss__injection_section__inject.c
blob: 2e859905f034cac6fc2272781d00e02214f6e768 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- testsuite/sct_fillbss_injection/section_inject.c.orig	2003-08-21 01:11:03 UTC
+++ testsuite/sct_fillbss_injection/section_inject.c
@@ -23,7 +23,7 @@ char sc[] = 
 "\x42\x0b\xcd\x80"
 "\x31\xC0\x40\xcd\x80";
 
-#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__)
+#elif defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__DragonFly__)
 
 char    sc[] = 
 "\xeb\x22"                      /* jmp end                      */