From fd158d3d5215b0a013f5305a76097b0b8fa14cf6 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 26 Aug 2005 05:49:44 +0000 Subject: [PATCH] Get prototype for ntohl from SuSv3-compliant location, fixing it for systems which define ntohl as a macro only, not both macro and function. (Debian #076) --- hw/xfree86/loader/aout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/loader/aout.h b/hw/xfree86/loader/aout.h index 6b8247119..d092dcbda 100644 --- a/hw/xfree86/loader/aout.h +++ b/hw/xfree86/loader/aout.h @@ -41,8 +41,8 @@ #include -/* Get prototype for ntohl. */ -#include +/* Get prototype for ntohl, per SuSv3. */ +#include /* OS/2 EMX has ntohl in this file */ #ifdef __UNIXOS2__