summaryrefslogtreecommitdiff
path: root/net/icb/patches/patch-aa
blob: 0ca2408a60f3d63f0ff6230eb9d43f4c5ebaeaf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-aa,v 1.4 1998/08/07 11:10:40 agc Exp $

--- tcl/tclCmdAH.c.orig	Fri Feb 24 22:19:53 1995
+++ tcl/tclCmdAH.c	Wed Apr 15 12:26:09 1998
@@ -38,8 +38,14 @@
 #include <sys/wait.h>
 #include "tclInt.h"
 
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
+#include <sys/param.h>
+#endif
+
 extern int errno;
+#if !(defined(BSD) && BSD >= 199306)
 extern long lseek();
+#endif
 extern char *mktemp();
 
 /*