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