Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add STAILQ compatibility define for DragonFly
Baptiste Daroussin committed 13 years ago
commit 4d7de58964cf8deedbb8d93ebd1d8c92b62c17f8
parent e848b9719be2ad208f31d56fafc9efc25523139e
1 file changed +4 -0
modified libpkg/pkg_jobs.c
@@ -36,6 +36,10 @@
#include <stdlib.h>
#include <string.h>

+
#ifdef __DragonFly__
+
#define STAILQ_FOREACH_SAFE STAILQ_FOREACH_MUTABLE
+
#endif
+

#include "pkg.h"
#include "private/event.h"
#include "private/pkg.h"