diff options
author | 2020-06-06 10:52:30 +0000 | |
---|---|---|
committer | 2020-06-06 10:52:30 +0000 | |
commit | 1228c36969f6da3d9ebfa17c7e30fa9ba94ade0d (patch) | |
tree | ddee24e25f52a208269845d1c997b1f14cc01cac /sys/arch/sgi/dev/impact.c | |
parent | Implement a rolling hash of the ClientHello message, Enforce RFC 8446 (diff) | |
download | wireguard-openbsd-1228c36969f6da3d9ebfa17c7e30fa9ba94ade0d.tar.xz wireguard-openbsd-1228c36969f6da3d9ebfa17c7e30fa9ba94ade0d.zip |
Fix previous commit.
Diffstat (limited to 'sys/arch/sgi/dev/impact.c')
-rw-r--r-- | sys/arch/sgi/dev/impact.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/dev/impact.c b/sys/arch/sgi/dev/impact.c index f8ade562d2e..9fc5243cf81 100644 --- a/sys/arch/sgi/dev/impact.c +++ b/sys/arch/sgi/dev/impact.c @@ -1,4 +1,4 @@ -/* $OpenBSD: impact.c,v 1.11 2020/05/25 09:55:48 jsg Exp $ */ +/* $OpenBSD: impact.c,v 1.12 2020/06/06 10:52:30 visa Exp $ */ /* * Copyright (c) 2010, 2012 Miodrag Vallat. @@ -537,7 +537,7 @@ impact_do_cursor(struct rasops_info *ri) } int -impact_putchar(void *cookie, int row, int col, u_int uc, uint32_tattr) +impact_putchar(void *cookie, int row, int col, u_int uc, uint32_t attr) { struct rasops_info *ri = cookie; struct impact_screen *scr = ri->ri_hw; |