Search
j0ke.net Open Build Service
>
Projects
>
server:pxe
>
tftp-hpa
> tftp-hpa-0.43_include_sys_params.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File tftp-hpa-0.43_include_sys_params.patch of Package tftp-hpa (Revision 2)
Currently displaying revision
2
,
show latest
Index: tftp/main.c =================================================================== --- tftp/main.c.orig +++ tftp/main.c @@ -39,6 +39,7 @@ * TFTP User Program -- Command Interface. */ #include <sys/file.h> +#include <sys/param.h> #include <ctype.h> #ifdef WITH_READLINE #include <readline/readline.h>