From 346a14cb9bb0d762fc3fa366ad97e5ff85f3992a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 30 May 2020 20:44:14 -0700 Subject: [PATCH] change osx_device to unix_device --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 2f714082..fd7a530b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,7 +12,7 @@ jc changelog - Update w parser to strip whitespace from what field - Update last parser to fix FreeBSD issues - Update stat parser to change osx_flags field name to unix_flags -- Update stat parser to add osx_device field for freebsd and osx +- Update stat parser to add unix_device field for freebsd and osx - Fix freebsd compatibility message for df, fstab, mount, ntpq, stat, and uname parsers - Fix compatibility message for platforms that include the version number at the end (e.g. freebsd12)