* New upstream release.

* Patched sail/sync.c to build (lots of missing includes and other trivial
     mistakes).


git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5176 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
2001-12-29 04:08:50 +00:00
parent 22bdfc27df
commit b05333c9fe
5 changed files with 14 additions and 2 deletions

View File

@@ -57,9 +57,13 @@ __RCSID("$NetBSD: sync.c,v 1.14 2000/02/09 22:27:56 jsm Exp $");
#include <time.h>
#include "extern.h"
#include "pathnames.h"
#include <stdio.h>
#include <signal.h>
#define BUFSIZE 4096
int sync_update(type, ship, astr, a, b, c, d);
static const char SF[] = _PATH_SYNC;
static const char LF[] = _PATH_LOCK;
static char sync_buf[BUFSIZE];