Changeset 15608 in vbox
- Timestamp:
- Dec 16, 2008 9:09:24 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41120
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r15247 r15608 1584 1584 extern "C" int main(void) 1585 1585 { 1586 char buf[1024]; 1586 1587 cap_t caps = cap_get_proc(); 1587 printf("Current caps are '%s'\n", cap_to_text(caps, NULL));1588 snprintf(buf, sizeof(buf), "Current caps are '%s'\n", cap_to_text(caps, NULL)); 1588 1589 return 0; 1589 1590 }
Note:
See TracChangeset
for help on using the changeset viewer.