47d322ad49
standard headers, etc. "time_t" is not "long". Don't issue own declarations of standard functions. Should fix Solaris build.
14 lines
400 B
C
14 lines
400 B
C
$NetBSD: patch-zoo.c,v 1.1 2014/06/29 03:24:33 dholland Exp $
|
|
|
|
use standard headers
|
|
|
|
--- zoo.c~ 1991-07-17 12:28:43.000000000 +0000
|
|
+++ zoo.c
|
|
@@ -15,6 +15,7 @@ Copyright (C) 1986, 1987 Rahul Dhesi --
|
|
(C) Copyright 1988 Rahul Dhesi -- All rights reserved
|
|
(C) Copyright 1991 Rahul Dhesi -- All rights reserved
|
|
*/
|
|
+#include <unistd.h>
|
|
#include "options.h"
|
|
#include "zooio.h"
|
|
#include "various.h"
|