ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/util.C
(Generate patch)

Comparing gvpe/src/util.C (file contents):
Revision 1.7 by pcg, Mon Apr 7 01:12:56 2003 UTC vs.
Revision 1.8 by pcg, Tue Oct 14 15:48:15 2003 UTC

27#include <signal.h> 27#include <signal.h>
28#include <sys/types.h> 28#include <sys/types.h>
29#include <sys/wait.h> 29#include <sys/wait.h>
30#include <unistd.h> 30#include <unistd.h>
31#include <time.h> 31#include <time.h>
32#include <sys/socket.h>
33#include <netinet/in.h>
34#include <arpa/inet.h>
35
36 32
37#include <sys/mman.h> 33#include <sys/mman.h>
34
35#include "netcompat.h"
38 36
39#include "gettext.h" 37#include "gettext.h"
40#include "pidfile.h" 38#include "pidfile.h"
41#include "dropin.h" 39#include "dropin.h"
42 40

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines