mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
LINUX: Clean up param.linux26.h
Indent preprocessor directives. Remove unnecessary #endif comments for very short #if blocks. Shorten #endif comments to our conventional style (e.g., '!UKERNEL' instead of '!defined(UKERNEL)'). Reduce some unnecessary extra indentation. Change-Id: I8f714a05b0ef876036dffbfd7e2f54844e793740 Reviewed-on: https://gerrit.openafs.org/16084 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Cheyenne Wills <cwills@sinenomine.net> Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
parent
e127edeff6
commit
134b671171
@ -37,16 +37,16 @@
|
||||
|
||||
# if defined(__KERNEL__)
|
||||
# define AFS_GLOBAL_SUNLOCK
|
||||
#endif /* __KERNEL__ */
|
||||
# endif
|
||||
|
||||
# ifndef KERNEL
|
||||
# define __USE_LARGEFILE64 1
|
||||
# if !defined off64_t
|
||||
# define off64_t __off64_t
|
||||
# endif
|
||||
#endif
|
||||
# endif /* !KERNEL */
|
||||
|
||||
#else /* !defined(UKERNEL) */
|
||||
#else /* !UKERNEL */
|
||||
|
||||
/* This section for user space compiles only */
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
# define CMSERVERPREF
|
||||
# endif
|
||||
|
||||
#endif /* !defined(UKERNEL) */
|
||||
#endif /* !UKERNEL */
|
||||
|
||||
#if defined(UKERNEL) || !defined(KERNEL)
|
||||
# include <features.h>
|
||||
|
Loading…
Reference in New Issue
Block a user