ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/daemon.C
(Generate patch)

Comparing deliantra/server/server/daemon.C (file contents):
Revision 1.6 by root, Thu Sep 14 22:34:03 2006 UTC vs.
Revision 1.7 by root, Tue Dec 26 08:54:59 2006 UTC

46 * Author: Keith Packard, MIT X Consortium 46 * Author: Keith Packard, MIT X Consortium
47 */ 47 */
48 48
49 49
50#include <global.h> 50#include <global.h>
51#ifndef __CEXTRACT__
52# include <sproto.h> 51#include <sproto.h>
53#endif
54#include <sys/ioctl.h> 52#include <sys/ioctl.h>
55#ifdef hpux
56# include <sys/ptyio.h>
57#endif
58
59#include <errno.h> 53#include <errno.h>
60#include <stdio.h> 54#include <stdio.h>
61#include <sys/file.h> 55#include <sys/file.h>
62 56
63FILE * BecomeDaemon (const char *filename) 57FILE * BecomeDaemon (const char *filename)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines