[hackers] [ubase] Include limits.h instead of linux/limits.h || sin

From: <git_AT_suckless.org>
Date: Mon, 14 Apr 2014 12:24:15 +0200

commit 6cf5c4dfba766eb3bddb8ac26dd0e1634ffa5ee9
Author: sin <sin_AT_2f30.org>
Date: Mon Apr 14 11:23:45 2014 +0100

    Include limits.h instead of linux/limits.h

diff --git a/switch_root.c b/switch_root.c
index b61a3a0..f986950 100644
--- a/switch_root.c
+++ b/switch_root.c
_AT_@ -2,7 +2,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <linux/magic.h>
-#include <linux/limits.h>
+#include <limits.h>
 #include <unistd.h>
 #include <sys/mount.h>
 #include <sys/stat.h>
Received on Mon Apr 14 2014 - 12:24:15 CEST

This archive was generated by hypermail 2.3.0 : Mon Apr 14 2014 - 12:36:12 CEST