diff options
author | 2004-08-03 12:10:47 +0000 | |
---|---|---|
committer | 2004-08-03 12:10:47 +0000 | |
commit | 13ed211af12090c81080ff2eeba291ea5bed983c (patch) | |
tree | 74bcb8ecac93ceffcb2c5ec84eeb97d3fa0977eb /sys/xfs | |
parent | display route labels with "route get", and allow them to be set (diff) | |
download | wireguard-openbsd-13ed211af12090c81080ff2eeba291ea5bed983c.tar.xz wireguard-openbsd-13ed211af12090c81080ff2eeba291ea5bed983c.zip |
the rest of the '#if DIAGNOSTIC' -> '#ifdef DIAGNOSTIC' in the kernel; ok miod@
Diffstat (limited to 'sys/xfs')
-rw-r--r-- | sys/xfs/xfs_vnodeops-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xfs/xfs_vnodeops-common.c b/sys/xfs/xfs_vnodeops-common.c index 05be482af73..9cea2173aa6 100644 --- a/sys/xfs/xfs_vnodeops-common.c +++ b/sys/xfs/xfs_vnodeops-common.c @@ -298,7 +298,7 @@ xfs_close_common(struct vnode *vp, int fflag, size_t xfs_uio_end_length (struct uio *uio) { -#if DIAGNOSTIC +#ifdef DIAGNOSTIC size_t sz = 0; int i; |