diff options
author | 2003-02-17 13:02:14 +0000 | |
---|---|---|
committer | 2003-02-17 13:02:14 +0000 | |
commit | d351a4be1bbe257b8404a0bb04429f2818681823 (patch) | |
tree | 3c34dc04323f538f99021941e82452a26e2852ae | |
parent | guess i wrote this man (diff) | |
download | wireguard-openbsd-d351a4be1bbe257b8404a0bb04429f2818681823.tar.xz wireguard-openbsd-d351a4be1bbe257b8404a0bb04429f2818681823.zip |
oops
-rw-r--r-- | sys/dev/ic/sti.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/sti.c b/sys/dev/ic/sti.c index 090a70f5efa..041ef00fdd3 100644 --- a/sys/dev/ic/sti.c +++ b/sys/dev/ic/sti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sti.c,v 1.20 2003/02/11 19:41:35 miod Exp $ */ +/* $OpenBSD: sti.c,v 1.21 2003/02/17 13:02:14 mickey Exp $ */ /* * Copyright (c) 2000-2003 Michael Shalayeff @@ -528,7 +528,7 @@ sti_ioctl(v, cmd, data, flag, p) int flag; struct proc *p; { - struct sti_softc *sc; + struct sti_softc *sc = v; struct wsdisplay_fbinfo *wdf; switch (cmd) { |