summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2011-02-10 08:06:56 +0000
committernetchild <netchild@FreeBSD.org>2011-02-10 08:06:56 +0000
commit2fc9b4286f62182bf71595e4ab879e359bde48f5 (patch)
treecc0d31cd3b8c961698beddbe89b7e1c28bad1b41 /sys/ufs
parent8a0b136ad68c9e1575d521773de819e8a76392e5 (diff)
downloadFreeBSD-src-2fc9b4286f62182bf71595e4ab879e359bde48f5.zip
FreeBSD-src-2fc9b4286f62182bf71595e4ab879e359bde48f5.tar.gz
Wrap long line.
Noticed by: bz
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufs_vnops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c
index daa6db8..084971e 100644
--- a/sys/ufs/ufs/ufs_vnops.c
+++ b/sys/ufs/ufs/ufs_vnops.c
@@ -91,7 +91,8 @@ FEATURE(ufs_quota64, "64bit UFS disk quotas support");
#endif
#ifdef SUIDDIR
-FEATURE(suiddir, "Give all new files in directory the same ownership as the directory");
+FEATURE(suiddir,
+ "Give all new files in directory the same ownership as the directory");
#endif
OpenPOWER on IntegriCloud