From: Baptiste Daroussin Date: Tue, 19 Mar 2013 23:36:50 +0000 (+0100) Subject: All supported FreeBSD version has getline now X-Git-Tag: 4.6~73 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eb601a2615c96213a39e6af04d7364159f64be5e;p=i3%2Fi3 All supported FreeBSD version has getline now --- diff --git a/i3-config-wizard/main.c b/i3-config-wizard/main.c index 54c8e024..ffc3df93 100644 --- a/i3-config-wizard/main.c +++ b/i3-config-wizard/main.c @@ -13,7 +13,7 @@ #endif /* For systems without getline, fall back to fgetln */ -#if defined(__APPLE__) || (defined(__FreeBSD__) && __FreeBSD_version < 800000) +#if defined(__APPLE__) #define USE_FGETLN #elif defined(__FreeBSD__) /* Defining this macro before including stdio.h is necessary in order to have