diff --git a/usr.bin/hexdump/display.c b/usr.bin/hexdump/display.c index 0887f05deb2f..9f9ab88e21e4 100644 --- a/usr.bin/hexdump/display.c +++ b/usr.bin/hexdump/display.c @@ -55,7 +55,7 @@ enum _vflag vflag = FIRST; static off_t address; /* address/offset in stream */ static off_t eaddress; /* end address */ -static __inline void print(PR *, u_char *); +static void print(PR *, u_char *); void display(void) @@ -112,7 +112,7 @@ display(void) } } -static __inline void +static void print(PR *pr, u_char *bp) { long double ldbl;