undef AFS_SYSCALL if we are defining it.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@623 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-04 22:32:44 +00:00
parent 44aa7b335f
commit 07d571255e

View File

@@ -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