]> git.eshelyaron.com Git - emacs.git/commitdiff
Jim Meyering <meyering at redhat.com>
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Feb 2008 06:54:39 +0000 (06:54 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Feb 2008 06:54:39 +0000 (06:54 +0000)
[lint]: Don't include <sys/inode.h>.

src/ChangeLog
src/lread.c

index 57529787a910bc0bf2a0273c832f9f976fab3d10..9fcc90c2391d5ff5b2be5a3d1155e651c53dcfb9 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-07  Jim Meyering  <meyering@redhat.com>
+
+       * lread.c [lint]: Don't include <sys/inode.h>.
+
 2008-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * xselect.c (x_handle_dnd_message):
index 24805abb4ebf2d79daa672ea641f6e30ea221ecd..dc8684eb05c2d8b9a65e2177ea662441b7a07932 100644 (file)
@@ -42,10 +42,6 @@ Boston, MA 02110-1301, USA.  */
 #include "coding.h"
 #include "blockinput.h"
 
-#ifdef lint
-#include <sys/inode.h>
-#endif /* lint */
-
 #ifdef MSDOS
 #if __DJGPP__ < 2
 #include <unistd.h>    /* to get X_OK */