artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af293b3
)
Remove leftover rasops_isgray[] declaration.
author
miod
<miod@openbsd.org>
Fri, 3 Feb 2023 18:32:31 +0000
(18:32 +0000)
committer
miod
<miod@openbsd.org>
Fri, 3 Feb 2023 18:32:31 +0000
(18:32 +0000)
From Crystal Kolipe.
sys/dev/rasops/rasops.h
patch
|
blob
|
history
diff --git
a/sys/dev/rasops/rasops.h
b/sys/dev/rasops/rasops.h
index
83e411c
..
db167a8
100644
(file)
--- a/
sys/dev/rasops/rasops.h
+++ b/
sys/dev/rasops/rasops.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: rasops.h,v 1.2
5 2020/05/25 09:55:49 jsg
Exp $ */
+/* $OpenBSD: rasops.h,v 1.2
6 2023/02/03 18:32:31 miod
Exp $ */
/* $NetBSD: rasops.h,v 1.13 2000/06/13 13:36:54 ad Exp $ */
/*-
@@
-182,7
+182,6
@@
void rasops_scrollback(void *, void *, int);
void rasops_claim_framebuffer(paddr_t, psize_t, struct device *);
int rasops_check_framebuffer(paddr_t);
-extern const u_char rasops_isgray[16];
extern const u_char rasops_cmap[256*3];
#endif /* _RASOPS_H_ */