Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
DragonFly doesn't put the OSMAJOR version into __DragonFly__ at compile time.
Matthew Seaman committed 11 years ago
commit c25742840885d093d060a24f9301140a915de597
parent 8c488e0c90f2bfa115ef6bb1b1bd34d2a06ce7aa
1 file changed +2 -1
modified libpkg/pkg.h.in
@@ -63,8 +63,9 @@
#define OSMAJOR	__FreeBSD__
#endif

+
/* Not supported under DragonFly */
#ifdef __DragonFly__
-
#define OSMAJOR	__DragonFly__
+
#undef OSMAJOR
#endif

#ifndef __DECONST