hacks to make it compile everywhere
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@260 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -9,11 +9,7 @@
|
||||
#define AFSCALL_SETPAG 21
|
||||
|
||||
#ifndef _VICEIOCTL
|
||||
#if defined(__STDC__)
|
||||
#define _VICEIOCTL(id) ((unsigned int ) _IOW('V', id, struct ViceIoctl))
|
||||
#else
|
||||
#define _VICEIOCTL(id) ((unsigned int ) _IOW(V, id, struct ViceIoctl))
|
||||
#endif
|
||||
#endif /* _VICEIOCTL */
|
||||
|
||||
#define VIOCSETTOK _VICEIOCTL(3)
|
||||
|
Reference in New Issue
Block a user