summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-12-04 10:06:06 +0000
committerru <ru@FreeBSD.org>2005-12-04 10:06:06 +0000
commit798500dfd84901b8d5d22e9a99c47e96fe8b9ec5 (patch)
treeacd04a6feb972f86071cbebb5420c10b69d82de9 /sys/fs/smbfs
parent1c586a3c0b58f2748ced33998d3565a41faee657 (diff)
downloadFreeBSD-src-798500dfd84901b8d5d22e9a99c47e96fe8b9ec5.zip
FreeBSD-src-798500dfd84901b8d5d22e9a99c47e96fe8b9ec5.tar.gz
Fix -Wundef from compiling the amd64 LINT.
Diffstat (limited to 'sys/fs/smbfs')
-rw-r--r--sys/fs/smbfs/smbfs_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_io.c b/sys/fs/smbfs/smbfs_io.c
index a516194..478ed55 100644
--- a/sys/fs/smbfs/smbfs_io.c
+++ b/sys/fs/smbfs/smbfs_io.c
@@ -264,7 +264,7 @@ smbfs_writevnode(struct vnode *vp, struct uio *uiop,
return error;
}
if (ioflag & IO_APPEND) {
-#if notyet
+#ifdef notyet
/*
* File size can be changed by another client
*/
OpenPOWER on IntegriCloud