mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-21 03:14:50 +00:00
* 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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user