svn commit: r218513 - head/sys/ufs/ufs

Alexander Leidinger netchild at FreeBSD.org
Thu Feb 10 08:06:56 UTC 2011


Author: netchild
Date: Thu Feb 10 08:06:56 2011
New Revision: 218513
URL: http://svn.freebsd.org/changeset/base/218513

Log:
  Wrap long line.
  
  Noticed by:	bz

Modified:
  head/sys/ufs/ufs/ufs_vnops.c

Modified: head/sys/ufs/ufs/ufs_vnops.c
==============================================================================
--- head/sys/ufs/ufs/ufs_vnops.c	Thu Feb 10 07:56:55 2011	(r218512)
+++ head/sys/ufs/ufs/ufs_vnops.c	Thu Feb 10 08:06:56 2011	(r218513)
@@ -91,7 +91,8 @@ FEATURE(ufs_quota64, "64bit UFS disk quo
 #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
 
 


More information about the svn-src-all mailing list