Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons alloc_attr -> allocattr
details: https://anonhg.NetBSD.org/src/rev/027ebb04c27a
branches: trunk
changeset: 533587:027ebb04c27a
user: junyoung <junyoung%NetBSD.org@localhost>
date: Thu Jul 04 17:58:02 2002 +0000
description:
alloc_attr -> allocattr
Approved by Matthias Drochner.
diffstat:
sys/dev/wscons/wscons_rops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r eca78fbb15c7 -r 027ebb04c27a sys/dev/wscons/wscons_rops.c
--- a/sys/dev/wscons/wscons_rops.c Thu Jul 04 17:35:44 2002 +0000
+++ b/sys/dev/wscons/wscons_rops.c Thu Jul 04 17:58:02 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wscons_rops.c,v 1.8 2001/11/13 06:17:46 lukem Exp $ */
+/* $NetBSD: wscons_rops.c,v 1.9 2002/07/04 17:58:02 junyoung Exp $ */
/*
* Copyright (c) 1991, 1993
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wscons_rops.c,v 1.8 2001/11/13 06:17:46 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wscons_rops.c,v 1.9 2002/07/04 17:58:02 junyoung Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -224,7 +224,7 @@
}
int
-rcons_alloc_attr(void *id, int fg, int bg, int flags, long *attrp)
+rcons_allocattr(void *id, int fg, int bg, int flags, long *attrp)
{
if (flags & (WSATTR_HILIT | WSATTR_BLINK |
WSATTR_UNDERLINE | WSATTR_WSCOLORS))
Home |
Main Index |
Thread Index |
Old Index