mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
Fix #ifdef typo
Fix ifdef typo. The compiler complains that the variable is undefined. Not sure what effect this may have had on the intended preprocessor output. Change-Id: Idef3f4ac42a96a096be25d31ff416f7a23560d70 Reviewed-on: http://gerrit.openafs.org/1635 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
b835b48737
commit
71b3dd155c
@ -62,7 +62,7 @@
|
||||
#endif /* KERNEL */
|
||||
|
||||
/* Static prototypes */
|
||||
#if AFS_XDR_64BITOPS
|
||||
#ifdef AFS_XDR_64BITOPS
|
||||
static bool_t xdrrx_getint64(XDR *axdrs, long *lp);
|
||||
static bool_t xdrrx_putint64(XDR *axdrs, long *lp);
|
||||
#endif /* AFS_XDR_64BITOPS */
|
||||
|
Loading…
Reference in New Issue
Block a user