Author: pfg
Date: Sun Jun 11 19:09:10 2017
New Revision: 319829
URL: https://svnweb.freebsd.org/changeset/base/319829

Log:
  Remove unnecessary, and mismatched, comment.
  
  Submitted by: Fedor Uporov

Modified:
  head/sys/fs/ext2fs/ext2_extattr.c

Modified: head/sys/fs/ext2fs/ext2_extattr.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_extattr.c   Sun Jun 11 19:06:07 2017        
(r319828)
+++ head/sys/fs/ext2fs/ext2_extattr.c   Sun Jun 11 19:09:10 2017        
(r319829)
@@ -89,7 +89,7 @@ ext2_extattr_name_to_bsd(int attrnamespace, const char
         */
 #ifdef EXT2FS_DEBUG
        printf("can not convert ext2fs name to bsd: namespace=%d\n", 
attrnamespace);
-#endif /* DEBUG */
+#endif
 
        return (NULL);
 }
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to