Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ProjFS.Mac/PrjFSKext/PrjFSKext/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleVersion</key>
<string>1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018 Microsoft. All rights reserved.</string>
<string>Copyright © Microsoft</string>
<key>IOKitPersonalities</key>
<dict>
<key>PrjFS</key>
Expand Down
8 changes: 0 additions & 8 deletions ProjFS.Mac/PrjFSKext/PrjFSKext/VnodeUtilities.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
//
// VnodeUtilities.cpp
// PrjFSKext
//
// Created by Phil Dennis-Jordan on 15/05/18.
// Copyright © 2018 GVFS. All rights reserved.
//

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, sorry about that one, not sure how it snuck by.

#include "VnodeUtilities.hpp"
#include "kernel-header-wrappers/vnode.h"
#include "kernel-header-wrappers/mount.h"
Expand Down