From 07d571255e266a51036608a5812182c0eb7a3a64 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 4 Aug 1996 22:32:44 +0000 Subject: [PATCH] undef AFS_SYSCALL if we are defining it. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@623 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/kafs/afssysdefs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/kafs/afssysdefs.h b/lib/kafs/afssysdefs.h index 416ce134f..e9d1da83d 100644 --- a/lib/kafs/afssysdefs.h +++ b/lib/kafs/afssysdefs.h @@ -1,3 +1,5 @@ +/* $Id$ */ + /* * This section is for machines using single entry point AFS syscalls! * and/or @@ -43,5 +45,6 @@ #endif #ifdef SYS_afs_syscall +#undef AFS_SYSCALL #define AFS_SYSCALL SYS_afs_syscall #endif