- Timestamp:
- Jan 4, 2017 5:34:14 PM (8 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/glx.c
r63204 r65124 508 508 ** Solution: We don't support 509 509 ** glXCopyContext anyway so we'll just 510 ** #ifdef out the code.510 ** \#ifdef out the code. 511 511 */ 512 512 DECLEXPORT(void) 513 513 VBOXGLXTAG(glXCopyContext)( Display *dpy, GLXContext src, GLXContext dst, 514 514 #if defined(AIX) || defined(PLAYSTATION2) 515 GLuint mask )515 GLuint mask 516 516 #elif defined(SunOS) 517 unsigned long mask )517 unsigned long mask 518 518 #else 519 unsigned long mask )519 unsigned long mask 520 520 #endif 521 ) 521 522 { 522 523 (void) dpy; -
trunk/src/VBox/Additions/common/pam/pam_vbox.cpp
r62882 r65124 115 115 * Displays an error message. 116 116 * 117 * @param hPAM PAM handle. 117 118 * @param pszFormat The message text. 118 119 * @param ... Format arguments. … … 137 138 * Displays a debug message. 138 139 * 140 * @param hPAM PAM handle. 139 141 * @param pszFormat The message text. 140 142 * @param ... Format arguments. … … 675 677 * @param hPAM PAM handle. 676 678 * @param uClientID Guest property service client ID. 677 * @param pszKey Key (name) of guest property to wait for.678 679 * @param uTimeoutMS Timeout (in ms) to wait for the change. Specify 679 680 * RT_INDEFINITE_WAIT to wait indefinitly. -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
r62529 r65124 924 924 char *cp; 925 925 int len; 926 SHFLSTRING *mask_str = NULL; /* must be path with "/ *" appended */926 SHFLSTRING *mask_str = NULL; /* must be path with "/ *" appended */ 927 927 int mask_size; 928 928 sfp_file_t *fp; -
trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c
r63566 r65124 167 167 * 168 168 * @param pDevice Pointer to the Virtio device instance. 169 * @param Index Queue index. 169 170 * 170 171 * @return A pointer to a Virtio Queue instance. -
trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c
r63566 r65124 324 324 * 325 325 * @param pDip The module structure instance. 326 * @param enmCmdOperation type (attach/resume).326 * @param Cmd Operation type (attach/resume). 327 327 * 328 328 * @return corresponding solaris error code. … … 338 338 * 339 339 * @param pDip The module structure instance. 340 * @param enmCmdOperation type (detach/suspend).340 * @param Cmd Operation type (detach/suspend). 341 341 * 342 342 * @return corresponding solaris error code.
Note:
See TracChangeset
for help on using the changeset viewer.