Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Feb 2011 08:06:56 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218513 - head/sys/ufs/ufs
Message-ID:  <201102100806.p1A86u9L014491@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102100806.p1A86u9L014491>