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:
Marc Dionne 2010-03-23 17:49:22 -04:00 committed by Derrick Brashear
parent b835b48737
commit 71b3dd155c

View File

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