diff options
author | 2010-03-08 04:32:28 +0000 | |
---|---|---|
committer | 2010-03-08 04:32:28 +0000 | |
commit | d107099cb67683936be9b8405d3818defd5dc8d8 (patch) | |
tree | 7b65701ebee5940df8b703f32639425da1778fd0 | |
parent | fix compiling without ACPI, ok marco@ deraadt@ krw@ mlarkin@ (diff) | |
download | wireguard-openbsd-d107099cb67683936be9b8405d3818defd5dc8d8.tar.xz wireguard-openbsd-d107099cb67683936be9b8405d3818defd5dc8d8.zip |
fix a miod typo (it has to be a typo; miod makes no real mistakes)
-rw-r--r-- | sys/arch/sgi/xbow/impact.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/xbow/impact.c b/sys/arch/sgi/xbow/impact.c index 24ff69ba322..94083e0778f 100644 --- a/sys/arch/sgi/xbow/impact.c +++ b/sys/arch/sgi/xbow/impact.c @@ -1,4 +1,4 @@ -/* $OpenBSD: impact.c,v 1.1 2010/03/07 21:26:24 miod Exp $ */ +/* $OpenBSD: impact.c,v 1.2 2010/03/08 04:32:28 deraadt Exp $ */ /* * Copyright (c) 2010 Miodrag Vallat. @@ -382,7 +382,7 @@ impact_ioctl(void *v, u_long cmd, caddr_t data, int flags, struct proc *p) switch (cmd) { case WSDISPLAYIO_GTYPE: - *(u_int *)data = WSDISPLAY_TYPE_WSDISPLAY_TYPE_IMPACT; + *(u_int *)data = WSDISPLAY_TYPE_IMPACT; break; case WSDISPLAYIO_GINFO: fb = (struct wsdisplay_fbinfo *)data; |