Current 6.8 git build issues on HP-UX
Tim Rice
tim at multitalents.net
Wed Feb 25 17:34:47 AEDT 2015
On Tue, 24 Feb 2015, Darren Tucker wrote:
| On Tue, Feb 24, 2015 at 7:37 PM, Tim Rice <tim at multitalents.net> wrote:
|
| > We already use "static inline void" in openbsd-compat/arc4random.c.
| > Puzzling.
| >
|
| Now that's weird. Also "static inline int" in sshbuf.c and addrmatch.c.
|
| Oh! The ones that work #include "includes.h" and cipher-aesctr,c doesn't.
| "inline" must be defined in the headers somewhere (the system ones, it's
| not in ours).
Maybe some compilers handle "static inline int" but not "static inline void".
Looking again at openbsd-compat/arc4random.c I see inline defined to nothing
for the non GCC case.
--
Tim Rice Multitalents
tim at multitalents.net
More information about the openssh-unix-dev
mailing list