diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-11-13 17:19:41 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-11-13 17:19:41 +0000 |
commit | 7e0ada135c29bea9e4cd6f4adaf0295dfdeaa545 (patch) | |
tree | f61cd1e0bd28208e0492701733971481f1eab475 /sys/adosfs | |
parent | a7c117390695daa59964a6603e65920a9a5d689b (diff) |
Couple of typos in poll changes. ok millert@
Diffstat (limited to 'sys/adosfs')
-rw-r--r-- | sys/adosfs/advnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/adosfs/advnops.c b/sys/adosfs/advnops.c index 8419debb4e7..e533cbabbf4 100644 --- a/sys/adosfs/advnops.c +++ b/sys/adosfs/advnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: advnops.c,v 1.27 2003/10/17 18:25:06 tedu Exp $ */ +/* $OpenBSD: advnops.c,v 1.28 2003/11/13 17:19:40 drahn Exp $ */ /* $NetBSD: advnops.c,v 1.32 1996/10/13 02:52:09 christos Exp $ */ /* @@ -384,7 +384,7 @@ adosfs_poll(v) struct vnode *a_vp; int a_events; struct proc *a_p; - } */ *sp = v; + } */ *ap = v; #ifdef ADOSFS_DIAGNOSTIC /* * sure there's something to read... |