Include limits.h for PATH_MAX. [PATCH]

Shaun Jackman sjackman at gmail.com
Mon Nov 21 21:43:17 UTC 2005


Comments?

Thanks,
Shaun

2005/10/24, Shaun Jackman <sjackman at gmail.com>:
> Include limits.h for PATH_MAX. Please apply.
>
> Cheers and thanks,
> Shaun
>
> 2005-10-24  Shaun Jackman  <sjackman at gmail.com>
>
>         * libbb/find_root_device.c: Include limits.h for PATH_MAX.
>
> Index: libbb/find_root_device.c
> ===================================================================
> --- libbb/find_root_device.c    (revision 11910)
> +++ libbb/find_root_device.c    (working copy)
> @@ -19,6 +19,7 @@
>   * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
>   */
>
> +#include <limits.h>
>  #include <stdio.h>
>  #include <string.h>
>  #include <dirent.h>
>



More information about the busybox mailing list