VirtualBox

Changeset 15608 in vbox


Ignore:
Timestamp:
Dec 16, 2008 9:09:24 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41120
Message:

configure: cap detection less verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r15247 r15608  
    15841584extern "C" int main(void)
    15851585{
     1586  char buf[1024];
    15861587  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));
    15881589  return 0;
    15891590}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette