The following commit has been merged in the openafs-stable-1_6_x branch:
commit 46cf15155b692eb6d6f9dbd6eda7fe70725ce4c6
Author: Michael Laß <[email protected]>
Date: Tue Sep 12 19:33:15 2017 +0200
vol: add missing include of stdint.h to volinodes.h
volinodes.h requires stdint.h for use of uintptr_t:
In file included from vutil.c:55:0:
volinodes.h: In function 'init_inode_info':
volinodes.h:109:45: error: 'uintptr_t' undeclared (first use in this
function); did you mean 'intptr_t'?
stuff[i].inode = (Inode*)((char*)header + (uintptr_t)stuff[i].inode);
^~~~~~~~~
intptr_t
Similar changes have been applied earlier in 1e53da3.
This change does not apply to master since e2b4fde added an include of
roken.h
to all affected source files which in turn includes stdint.h.
Change-Id: Iddd174e844583e06f66d910052e11feff928ba40
Reviewed-on: https://gerrit.openafs.org/12724
Tested-by: BuildBot <[email protected]>
Reviewed-by: Mark Vitale <[email protected]>
Reviewed-by: Benjamin Kaduk <[email protected]>
Reviewed-by: Michael Meffie <[email protected]>
Reviewed-by: Anders Kaseorg <[email protected]>
Tested-by: Anders Kaseorg <[email protected]>
Reviewed-by: Stephan Wiesand <[email protected]>
src/vol/volinodes.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs