summaryrefslogtreecommitdiff
path: root/databases/sdbm/patches/patch-ac
blob: ec164d8e561ae41928597ed11f957940b66b15d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.1 2000/09/26 03:47:10 hubertf Exp $

--- tune.h.orig	Mon Sep 25 23:22:26 2000
+++ tune.h
@@ -10,7 +10,7 @@
 #include <unistd.h>
 #endif
 
-#ifdef BSD42
+#if defined(BSD42) && !defined(__NetBSD__)
 #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)