Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
gr_utils has been introduced somewhere between 1000002 and 1000003
Baptiste Daroussin committed 14 years ago
commit 5ca623698e37588818f6aa0992cb0709cbd53391
parent 2683c20
2 files changed +2 -2
modified libpkg/Makefile
@@ -33,7 +33,7 @@ SRCS= backup.c \

OSVERSION!=	awk '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' /usr/include/sys/param.h

-
.if ${OSVERSION} < 1000000
+
.if ${OSVERSION} < 1000003
SRCS+=	gr_util.c
.endif

modified libpkg/usergroup.c
@@ -6,7 +6,7 @@
#include <libutil.h>
#include <string.h>

-
#if __FreeBSD_version < 1000000
+
#if __FreeBSD_version < 1000003
#include "private/gr_util.h"
#endif
#include "pkg.h"