diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-03-26 16:23:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-03-26 16:23:23 +0000 |
commit | 703862add2e6f0825b5f02102e2580cb96e6acfe (patch) | |
tree | 299103e49697f107d7eb23fb160ba403e99a876c /sys/dev/pci/cz.c | |
parent | af5b48bacedc23f697101a1b01e8f0f35fbdb277 (diff) |
Let this compile (not enabled by default); From Damian McGuckin
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 f51338df5cc..9f743932f0b 100644 --- a/sys/dev/pci/cz.c +++ b/sys/dev/pci/cz.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cz.c,v 1.18 2010/07/02 17:27:01 nicm Exp $ */ +/* $OpenBSD: cz.c,v 1.19 2012/03/26 16:23:22 deraadt Exp $ */ /* $NetBSD: cz.c,v 1.15 2001/01/20 19:10:36 thorpej Exp $ */ /*- @@ -1037,7 +1037,7 @@ czttyopen(dev_t dev, int flags, int mode, struct proc *p) splx(s); - error = ttyopen(CZTTY_DIALOUT(dev), tp); + error = ttyopen(CZTTY_DIALOUT(dev), tp, p); if (error) goto bad; |