2013-09-26 17:14:40 +02:00

23 lines
580 B
Plaintext

$NetBSD: patch-ag,v 1.1 2005/10/07 16:52:06 joerg Exp $
--- arjdata.c.orig 2005-07-22 13:51:08.000000000 +0000
+++ arjdata.c
@@ -64,6 +64,8 @@ static char *resources[][2]=
#elif TARGET==UNIX
#if defined(linux)
"Linux"
+ #elif defined(__DragonFly__)
+ "DragonFly"
#elif defined(__FreeBSD__)
"FreeBSD"
#elif defined(SUNOS)
@@ -91,6 +93,8 @@ static char *resources[][2]=
"PLATFORM_APPENDIX",
#if defined(linux)
"/Linux",
+ #elif defined(__DragonFly__)
+ "/DragonFly",
#elif defined(__FreeBSD__)
"/FreeBSD",
#elif defined(SUNOS)