emacs-devel
[Top][All Lists]
Advanced

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

<sys/ioctl.h> on msdos


From: Dan Nicolaescu
Subject: <sys/ioctl.h> on msdos
Date: Wed, 17 Nov 2010 23:42:13 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Does msdos have <sys/ioctl.h> ?
In a few places 
#ifndef MSDOS
is used to avoid including it.
Other places use HAVE_SYS_IOCTL_H
process.c includes it unconditionally in the non-msdos part.

It would be nicer to include it unconditionally everywhere, or to use
the same conditional everywhere.



reply via email to

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