Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/usr.bin/loadfont fix header includes



details:   https://anonhg.NetBSD.org/src/rev/94243a4aeb26
branches:  trunk
changeset: 765093:94243a4aeb26
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 19 03:22:27 2011 +0000

description:
fix header includes

diffstat:

 sys/arch/x68k/usr.bin/loadfont/loadfont.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 467fba78dcd2 -r 94243a4aeb26 sys/arch/x68k/usr.bin/loadfont/loadfont.c
--- a/sys/arch/x68k/usr.bin/loadfont/loadfont.c Thu May 19 03:21:23 2011 +0000
+++ b/sys/arch/x68k/usr.bin/loadfont/loadfont.c Thu May 19 03:22:27 2011 +0000
@@ -3,15 +3,16 @@
  * from: amiga/stand/loadkmap/loadkmap.c
  * Copyright 1993 by Masaru Oki
  *
- *     $NetBSD: loadfont.c,v 1.7 2006/08/04 02:30:00 mhitch Exp $
+ *     $NetBSD: loadfont.c,v 1.8 2011/05/19 03:22:27 christos Exp $
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: loadfont.c,v 1.7 2006/08/04 02:30:00 mhitch Exp $");
+__RCSID("$NetBSD: loadfont.c,v 1.8 2011/05/19 03:22:27 christos Exp $");
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <sys/file.h>
+#include <fcntl.h>
+#include <unistd.h>
 #include <sys/ioctl.h>
 #define ITEKANJI 1 /* XXX */
 #include <machine/iteioctl.h>



Home | Main Index | Thread Index | Old Index