Current 6.8 git build issues on HP-UX

Darren Tucker dtucker at zip.com.au
Wed Feb 25 12:34:25 AEDT 2015


On Tue, Feb 24, 2015 at 7:37 PM, Tim Rice <tim at multitalents.net> wrote:
>
> | does replacing "inline" with "__inline__" work?  Failing that, removing
> | inline entirely?
>
> I just changed __inline__ to inline so we don't want to go that direction.


yeah but if it worked we could have done #ifdef whatever #define __inline__
inline ... so they both worked


> 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).

-- 
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.


More information about the openssh-unix-dev mailing list