Changeset 48942 in vbox
- Timestamp:
- Oct 7, 2013 9:30:03 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89639
- Location:
- trunk/src/VBox/Additions/os2
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/os2/Config.kmk
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/os2/VBoxReplaceDll.cpp
r46694 r48942 25 25 #include <string.h> 26 26 27 27 28 28 static int usage(const char *argv0) 29 29 { … … 43 43 "files on disk, allowing new DLL versions to be installed.\n" 44 44 "\n" 45 "Copyright (C) 2013 Oracle Corporation\n", 45 "Copyright (C) 2013 Oracle Corporation\n", 46 46 argv0); 47 47 return 0; … … 55 55 for (i = 1; i < argc; i++) 56 56 { 57 if ( fOptions 57 if ( fOptions 58 58 && argv[i][0] == '-') 59 59 { … … 79 79 else 80 80 { 81 /* 81 /* 82 82 * Replace the specified DLL. 83 83 */ -
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSF.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFFile.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFFind.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
-
trunk/src/VBox/Additions/os2/VBoxSF/VBoxSFInit.cpp
-
Property svn:keywords
changed from
Id
toId Revision
-
Property svn:keywords
changed from
Note:
See TracChangeset
for help on using the changeset viewer.