From 350845db92b1b3e0029984e1c90a2a61b90099f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 9 Aug 2004 13:41:32 +0000 Subject: [PATCH] ifdef protect AFS_SYSCALL for DragonFly since they still define __FreeBSD__ (and __FreeBSD_version), but claim that they will stop doing it some time... git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14102 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/afssysdefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/kafs/afssysdefs.h b/lib/kafs/afssysdefs.h index e0c696076..a20e7bcf4 100644 --- a/lib/kafs/afssysdefs.h +++ b/lib/kafs/afssysdefs.h @@ -91,8 +91,10 @@ #endif /* __FreeBSD__ */ #ifdef __DragonFly__ +#ifndef AFS_SYSCALL #define AFS_SYSCALL 339 #endif +#endif #ifdef __OpenBSD__ #define AFS_SYSCALL 208