Start of Solaris port.

This commit is contained in:
Nicholas Marriott
2008-06-18 19:34:50 +00:00
parent 83a9f272d8
commit 19b7946a85
6 changed files with 26 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $Id: server.c,v 1.66 2008-06-18 18:52:44 nicm Exp $ */
/* $Id: server.c,v 1.67 2008-06-18 19:34:50 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -24,7 +24,6 @@
#include <errno.h>
#include <fcntl.h>
#include <paths.h>
#include <poll.h>
#include <signal.h>
#include <stdio.h>