emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compilation error on AIX


From: Kim F. Storm
Subject: Re: compilation error on AIX
Date: Sat, 12 Feb 2005 16:03:38 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Dan Nicolaescu <address@hidden> writes:

> I am getting a compilation error for keyboard.c on an AIX machine
> because the constants used in the fcntl call are not defined. 
>
> The fix is simple, just add:
>
> #ifdef HAVE_FCNTL_H
> #include <fcntl.h>
> #endif
>
> (termcap.c, sysdep.c, lread.c already do the same). 
>
> May I check this in? 

Ok.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]