Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- include/c.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/c.h b/include/c.h index 64c0138..125ec62 100644 --- a/include/c.h +++ b/include/c.h @@ -224,17 +224,6 @@ static inline int dirfd(DIR *d) #endif /* - * Fallback for MAXHOSTNAMELEN - */ -#ifndef MAXHOSTNAMELEN -# ifdef HOST_NAME_MAX -# define MAXHOSTNAMELEN HOST_NAME_MAX -# else -# define MAXHOSTNAMELEN 64 -# endif -#endif - -/* * Constant strings for usage() functions. For more info see * Documentation/howto-usage-function.txt and sys-utils/arch.c */ -- 1.7.12.2 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html