VirtualBox

Changeset 5916 in vbox


Ignore:
Timestamp:
Dec 2, 2007 9:49:42 PM (17 years ago)
Author:
vboxsync
Message:

missing header for exit()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/xclient/main.cpp

    r5870 r5916  
    3131#include <sys/stat.h>     /* For umask */
    3232#include <fcntl.h>        /* For open */
     33#include <stdlib.h>       /* For exit */
    3334#include <unistd.h>
    3435#include <getopt.h>
     
    7071        rlim.rlim_cur = 3;
    7172    }
    72     for (int i = 0; i < rlim.rlim_cur; ++i)
     73    for (unsigned int i = 0; i < rlim.rlim_cur; ++i)
    7374    {
    7475        close(i);
Note: See TracChangeset for help on using the changeset viewer.

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