diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2009-11-02 00:58:23 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2009-11-02 00:58:23 +0000 |
commit | f4b9e92a9522f26ab5b546c557cd6ccd0ea9841e (patch) | |
tree | 1ed1dd9eda49cacb3da4aa8f399b470a3b482221 /sys/dev/pci/cz.c | |
parent | 02c10b77cdec682bc2c059683b30656cd6348531 (diff) |
correct signature. no change as function is if 0'd.
Diffstat (limited to 'sys/dev/pci/cz.c')
-rw-r--r-- | sys/dev/pci/cz.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/cz.c b/sys/dev/pci/cz.c index 63e01781cbf..ae1bb2312eb 100644 --- a/sys/dev/pci/cz.c +++ b/sys/dev/pci/cz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cz.c,v 1.13 2009/10/31 12:00:08 fgsch Exp $ */ +/* $OpenBSD: cz.c,v 1.14 2009/11/02 00:58:22 fgsch Exp $ */ /* $NetBSD: cz.c,v 1.15 2001/01/20 19:10:36 thorpej Exp $ */ /*- @@ -1124,7 +1124,7 @@ czttywrite(dev_t dev, struct uio *uio, int flags) * Poll a Cyclades-Z serial port. */ int -czttypoll(dev_t dev, int events, struct proc p) +czttypoll(dev_t dev, int events, struct proc *p) { struct cztty_softc *sc = CZTTY_SOFTC(dev); struct tty *tp = sc->sc_tty; |