diff options
author | Ron Yorston <rmy@pobox.com> | 2019-03-01 08:55:29 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-03-01 08:55:29 +0000 |
commit | 065ac35f8a9fb1470df67b67128559fd7e748a5e (patch) | |
tree | 8bc489f36405d25a98326bd13b0ba6614563ca7d /configs | |
parent | 0b0b57cee0aa454d1e91cac5f8af7ec3cc48c47c (diff) | |
download | busybox-w32-065ac35f8a9fb1470df67b67128559fd7e748a5e.tar.gz busybox-w32-065ac35f8a9fb1470df67b67128559fd7e748a5e.tar.bz2 busybox-w32-065ac35f8a9fb1470df67b67128559fd7e748a5e.zip |
win32: make stat(2) try to identify the owner of files
Extend stat(2) so it tries to determine whether a file belongs to
the current user or not. If not it's said to belong to root.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/mingw32_defconfig | 3 | ||||
-rw-r--r-- | configs/mingw64_defconfig | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/configs/mingw32_defconfig b/configs/mingw32_defconfig index cc0cf0359..c30ffa1b5 100644 --- a/configs/mingw32_defconfig +++ b/configs/mingw32_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.31.0.git | 3 | # Busybox version: 1.31.0.git |
4 | # Tue Feb 12 08:23:28 2019 | 4 | # Fri Mar 1 08:50:17 2019 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | # CONFIG_PLATFORM_POSIX is not set | 7 | # CONFIG_PLATFORM_POSIX is not set |
@@ -49,6 +49,7 @@ CONFIG_FEATURE_ICON=y | |||
49 | CONFIG_FEATURE_ICON_ALL=y | 49 | CONFIG_FEATURE_ICON_ALL=y |
50 | CONFIG_FEATURE_EURO=y | 50 | CONFIG_FEATURE_EURO=y |
51 | CONFIG_FEATURE_EXTRA_FILE_DATA=y | 51 | CONFIG_FEATURE_EXTRA_FILE_DATA=y |
52 | CONFIG_FEATURE_IDENTIFY_OWNER=y | ||
52 | 53 | ||
53 | # | 54 | # |
54 | # Build Options | 55 | # Build Options |
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 541090e2a..46cb6941f 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Busybox version: 1.31.0.git | 3 | # Busybox version: 1.31.0.git |
4 | # Tue Feb 12 08:23:28 2019 | 4 | # Fri Mar 1 08:50:17 2019 |
5 | # | 5 | # |
6 | CONFIG_HAVE_DOT_CONFIG=y | 6 | CONFIG_HAVE_DOT_CONFIG=y |
7 | # CONFIG_PLATFORM_POSIX is not set | 7 | # CONFIG_PLATFORM_POSIX is not set |
@@ -49,6 +49,7 @@ CONFIG_FEATURE_ICON=y | |||
49 | CONFIG_FEATURE_ICON_ALL=y | 49 | CONFIG_FEATURE_ICON_ALL=y |
50 | CONFIG_FEATURE_EURO=y | 50 | CONFIG_FEATURE_EURO=y |
51 | CONFIG_FEATURE_EXTRA_FILE_DATA=y | 51 | CONFIG_FEATURE_EXTRA_FILE_DATA=y |
52 | CONFIG_FEATURE_IDENTIFY_OWNER=y | ||
52 | 53 | ||
53 | # | 54 | # |
54 | # Build Options | 55 | # Build Options |