Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Define INFTIM if it does not exists
Baptiste Daroussin committed 11 years ago
commit a712033249adbbfca4949be60ed1e4502661ece8
parent 25d1500aed366366aafa90c349d725d8912bc2c2
1 file changed +4 -0
modified external/libfetch/common.c
@@ -56,6 +56,10 @@ __FBSDID("$FreeBSD: head/lib/libfetch/common.c 273124 2014-10-15 07:35:50Z des $
#include "fetch.h"
#include "common.h"

+
#ifndef INFTIM
+
#define INFTIM (-1)
+
# define INFTIM (-1)
+
#

/*** Local data **************************************************************/