Module Name:    src
Committed By:   rin
Date:           Tue Jan  8 00:00:53 UTC 2019

Modified Files:
        src/sys/arch/mvme68k/stand/wrtvid: wrtvid.c

Log Message:
Include unistd.h for write(2) and close(2).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mvme68k/stand/wrtvid/wrtvid.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mvme68k/stand/wrtvid/wrtvid.c
diff -u src/sys/arch/mvme68k/stand/wrtvid/wrtvid.c:1.8 src/sys/arch/mvme68k/stand/wrtvid/wrtvid.c:1.9
--- src/sys/arch/mvme68k/stand/wrtvid/wrtvid.c:1.8	Mon Apr 28 20:23:29 2008
+++ src/sys/arch/mvme68k/stand/wrtvid/wrtvid.c	Tue Jan  8 00:00:53 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: wrtvid.c,v 1.8 2008/04/28 20:23:29 martin Exp $	*/
+/*	$NetBSD: wrtvid.c,v 1.9 2019/01/08 00:00:53 rin Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -35,6 +35,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <unistd.h>
 
 /* mvme68k's boot block is 512 bytes long */
 #define SIZEOF_VID		0x200

Reply via email to