From f8ec0c9d559cc61561d0245f133cb162c4b6f6d5 Mon Sep 17 00:00:00 2001 From: "Jonathan A. Kollasch" Date: Thu, 17 Apr 2014 12:32:17 -0500 Subject: [PATCH] NetBSD: catch up to removal in NetBSD 6.99.x Change-Id: I2c663fc426914e978e98c6003419503b57a020d3 Reviewed-on: http://gerrit.openafs.org/11087 Reviewed-by: Chas Williams - CONTRACTOR Reviewed-by: Benjamin Kaduk Tested-by: BuildBot --- src/afs/sysincludes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/afs/sysincludes.h b/src/afs/sysincludes.h index 10343b867..573fccc88 100644 --- a/src/afs/sysincludes.h +++ b/src/afs/sysincludes.h @@ -52,7 +52,7 @@ # include #elif defined(AFS_NBSD40_ENV) -# ifdef AFS_NBSD50_ENV +# if defined(AFS_NBSD50_ENV) && !defined(AFS_NBSD70_ENV) # include # endif # include -- 2.39.5