Subversion Repositories public

Rev

Rev 234 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 234 Rev 280
Line 15... Line 15...
15
 *   along with this program; if not, write to the                         *
15
 *   along with this program; if not, write to the                         *
16
 *   Free Software Foundation, Inc.,                                       *
16
 *   Free Software Foundation, Inc.,                                       *
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
17
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
18
 ***************************************************************************/
18
 ***************************************************************************/
19
 
19
 
-
 
20
/*
-
 
21
 * This code is heavily based on the work of <paul@ant.sbrk.co.uk>
-
 
22
 */
20
#include "gant.h"
23
#include "gant.h"
21
#include <sys/select.h>
24
#include <sys/select.h>
22
#include <unistd.h>
25
#include <unistd.h>
23
#include <sys/types.h>
26
#include <sys/types.h>
24
#include <sys/stat.h>
27
#include <sys/stat.h>