[PATCH] include limits.h instead of linux/limits.h for FreeBSD
Norberto Lopes
nlopes.ml at gmail.com
Wed Dec 14 18:50:48 CET 2011
---
shared.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/shared.c b/shared.c
index 699c362..0d2a295 100644
--- a/shared.c
+++ b/shared.c
@@ -8,7 +8,7 @@
#include "cgit.h"
#include <stdio.h>
-#include <linux/limits.h>
+#include <limits.h>
struct cgit_repolist cgit_repolist;
struct cgit_context ctx;
--
1.7.7.3
More information about the CGit
mailing list