summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-11-20 08:15:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-11-20 08:15:08 +0000
commit45c8ddc813b088fd948ad9e0bbc08bc4580026a8 (patch)
tree83b5342582144dd3cb439bde08d8ee3387cadae9
parent86ab8c27610469305d0f90b59a67c83c435c69a9 (diff)
oops, mangled the prototype
-rw-r--r--sys/dev/rasops/rasops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/rasops/rasops.c b/sys/dev/rasops/rasops.c
index a1b775b289f..4ddc8f5490f 100644
--- a/sys/dev/rasops/rasops.c
+++ b/sys/dev/rasops/rasops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rasops.c,v 1.32 2014/11/20 01:53:06 deraadt Exp $ */
+/* $OpenBSD: rasops.c,v 1.33 2014/11/20 08:15:07 deraadt Exp $ */
/* $NetBSD: rasops.c,v 1.35 2001/02/02 06:01:01 marcus Exp $ */
/*-
@@ -142,6 +142,7 @@ int rasops_alloc_mattr(void *, int, int, int, long *);
int rasops_do_cursor(struct rasops_info *);
void rasops_init_devcmap(struct rasops_info *);
void rasops_unpack_attr(void *, long, int *, int *, int *);
+static void slow_bcopy(void *, void *, size_t);
#if NRASOPS_ROTATION > 0
void rasops_copychar(void *, int, int, int, int);
int rasops_copycols_rotated(void *, int, int, int, int);