Author: trasz
Date: Wed May  1 18:56:22 2019
New Revision: 347002
URL: https://svnweb.freebsd.org/changeset/base/347002

Log:
  Add 'Birth' to 'stat -x' output. Current Linux stat(1)
  also includes that.
  
  Reviewed by:  cem
  MFC after:    2 weeks
  Sponsored by: The FreeBSD Foundation
  Differential Revision:        https://reviews.freebsd.org/D20130

Modified:
  head/usr.bin/stat/stat.c

Modified: head/usr.bin/stat/stat.c
==============================================================================
--- head/usr.bin/stat/stat.c    Wed May  1 18:54:27 2019        (r347001)
+++ head/usr.bin/stat/stat.c    Wed May  1 18:56:22 2019        (r347002)
@@ -112,7 +112,8 @@ __FBSDID("$FreeBSD$");
        "Device: %Hd,%Ld   Inode: %i    Links: %l%n" \
        "Access: %Sa%n" \
        "Modify: %Sm%n" \
-       "Change: %Sc"
+       "Change: %Sc%n" \
+       " Birth: %SB"
 
 #define TIME_FORMAT    "%b %e %T %Y"
 
_______________________________________________
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