Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/screenblank Pull in fbio.h from <dev/sun/fbio.h>
details: https://anonhg.NetBSD.org/src/rev/426cb9931654
branches: trunk
changeset: 515223:426cb9931654
user: thorpej <thorpej%NetBSD.org@localhost>
date: Wed Sep 19 16:16:03 2001 +0000
description:
Pull in fbio.h from <dev/sun/fbio.h>
diffstat:
usr.sbin/screenblank/screenblank.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7015120a7b38 -r 426cb9931654 usr.sbin/screenblank/screenblank.c
--- a/usr.sbin/screenblank/screenblank.c Wed Sep 19 14:51:13 2001 +0000
+++ b/usr.sbin/screenblank/screenblank.c Wed Sep 19 16:16:03 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: screenblank.c,v 1.11 2001/02/19 23:22:47 cgd Exp $ */
+/* $NetBSD: screenblank.c,v 1.12 2001/09/19 16:16:03 thorpej Exp $ */
/*-
* Copyright (c) 1996, 1998 The NetBSD Foundation, Inc.
@@ -45,7 +45,7 @@
__COPYRIGHT(
"@(#) Copyright (c) 1996, 1998 \
The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$NetBSD: screenblank.c,v 1.11 2001/02/19 23:22:47 cgd Exp $");
+__RCSID("$NetBSD: screenblank.c,v 1.12 2001/09/19 16:16:03 thorpej Exp $");
#endif
#include <sys/types.h>
@@ -70,7 +70,7 @@
#include <dev/wscons/wsconsio.h>
#ifdef HAVE_FBIO
-#include <machine/fbio.h>
+#include <dev/sun/fbio.h>
#endif
#include "pathnames.h"
Home |
Main Index |
Thread Index |
Old Index