summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-01-21 01:48:23 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-01-21 01:48:23 +0000
commit179c2fc0580df2cd6c3014a61dea2927c704b39f (patch)
treeb7ed04b00c2f726cb11ceac347f0c6b6ecd08298
parentcd3a9d93daf56946c4c263884a60380ecb60e282 (diff)
naughty guenther didn't compile
-rw-r--r--sys/miscfs/procfs/procfs_vnops.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c
index 92de9db8bd3..67cfe4422c7 100644
--- a/sys/miscfs/procfs/procfs_vnops.c
+++ b/sys/miscfs/procfs/procfs_vnops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: procfs_vnops.c,v 1.58 2014/01/20 21:19:28 guenther Exp $ */
+/* $OpenBSD: procfs_vnops.c,v 1.59 2014/01/21 01:48:22 tedu Exp $ */
/* $NetBSD: procfs_vnops.c,v 1.40 1996/03/16 23:52:55 christos Exp $ */
/*
@@ -923,8 +923,6 @@ procfs_readdir(void *v)
if ((error = uiomove(&d, UIO_MX, uio)) != 0)
break;
}
- done:
-
#ifdef PROCFS_ZOMBIE
if (pr == NULL && doingzomb == 0) {
doingzomb = 1;