blob: edee1a841046a49e4f5489ffc9f0fc8d6a977029 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ab,v 1.2 2001/08/16 10:16:18 abs Exp $
--- mmv.c.orig Mon Oct 25 10:29:39 1993
+++ mmv.c
@@ -123,10 +123,13 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/file.h>
+#include <sys/param.h>
+#if !(defined(BSD) && BSD >= 199306)
extern char *getenv();
extern long lseek();
extern char *malloc();
+#endif
#ifdef HAS_DIRENT
#include <dirent.h>
|