diff options
author | 2014-01-21 01:48:22 +0000 | |
---|---|---|
committer | 2014-01-21 01:48:22 +0000 | |
commit | d92b2fe08d84097e6ef0b845517e8948c8823a39 (patch) | |
tree | 921a28be144d3a2a8e8b626b8a18195b6c62da2f | |
parent | Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themself (diff) | |
download | wireguard-openbsd-d92b2fe08d84097e6ef0b845517e8948c8823a39.tar.xz wireguard-openbsd-d92b2fe08d84097e6ef0b845517e8948c8823a39.zip |
naughty guenther didn't compile
-rw-r--r-- | sys/miscfs/procfs/procfs_vnops.c | 4 |
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; |