Changeset 31012 in vbox for trunk/src/VBox/Additions/freebsd
- Timestamp:
- Jul 22, 2010 3:55:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h
r28800 r31012 5 5 6 6 /* 7 * Copyright (C) 20 08Oracle Corporation7 * Copyright (C) 2010 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 35 35 #ifdef _KERNEL 36 36 37 #include "../../common/VBoxGuestLib/VBox Calls.h"37 #include "../../common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h" 38 38 #include <sys/mount.h> 39 39 #include <sys/vnode.h>
Note:
See TracChangeset
for help on using the changeset viewer.