Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102558274
D29384.id86217.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
467 B
Referenced Files
None
Subscribers
None
D29384.id86217.diff
View Options
diff --git a/usr.sbin/makefs/mtree.c b/usr.sbin/makefs/mtree.c
--- a/usr.sbin/makefs/mtree.c
+++ b/usr.sbin/makefs/mtree.c
@@ -629,7 +629,13 @@
error = ENOSYS;
break;
case 't':
- if (strcmp(keyword, "time") == 0) {
+ if (strcmp(keyword, "tags") == 0) {
+ if (value == NULL) {
+ error = ENOATTR;
+ break;
+ }
+ /* Ignore. */
+ } else if (strcmp(keyword, "time") == 0) {
if (value == NULL) {
error = ENOATTR;
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 1:20 AM (10 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14636200
Default Alt Text
D29384.id86217.diff (467 B)
Attached To
Mode
D29384: makefs: Ignore the "tags" keyword
Attached
Detach File
Event Timeline
Log In to Comment