diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-17 13:02:15 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-02-17 13:02:15 +0000 |
commit | 3c2cce46b3907300f07ab99a9c49aebb6e5241a9 (patch) | |
tree | e465760eac5ad11426edfffc3d98ccecc4d8c153 /sys/dev/ic/sti.c | |
parent | f53e9b2351c0199c599cb20610b91b5bc1e682e3 (diff) |
oops
Diffstat (limited to 'sys/dev/ic/sti.c')
-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) { |