diff options
author | 2009-11-02 00:58:22 +0000 | |
---|---|---|
committer | 2009-11-02 00:58:22 +0000 | |
commit | 997544325c816dbe2fff5f7f169409b0e97990aa (patch) | |
tree | c7b6acbe3dc0b7c0f9202d979c2c1a947febd36c | |
parent | Add a flag for jobs that shouldn't be freed after they've died and use it for (diff) | |
download | wireguard-openbsd-997544325c816dbe2fff5f7f169409b0e97990aa.tar.xz wireguard-openbsd-997544325c816dbe2fff5f7f169409b0e97990aa.zip |
correct signature. no change as function is if 0'd.
-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; |