summaryrefslogtreecommitdiff
path: root/databases/sdbm/patches/patch-ac
blob: 8dfb027e648676b3e3bae625c8e916b20bc7816b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-ac,v 1.2 2008/08/12 13:11:30 agc Exp $

--- tune.h.orig	Mon Sep 25 23:22:26 2000
+++ tune.h
@@ -6,11 +6,10 @@
 
 #define BYTESIZ		8
 
-#ifdef SVID
 #include <unistd.h>
-#endif
+#include <string.h>
 
-#ifdef BSD42
+#if 0
 #define SEEK_SET	L_SET
 #define	memset(s,c,n)	bzero(s, n)		/* only when c is zero */
 #define	memcpy(s1,s2,n)	bcopy(s2, s1, n)