[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnumach/device/net_io.h: add function prototypes
From: |
Samuel Thibault |
Subject: |
Re: [PATCH] gnumach/device/net_io.h: add function prototypes |
Date: |
Sat, 29 Jun 2013 20:41:21 +0200 |
User-agent: |
Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30) |
Marin Ramesa, le Sat 29 Jun 2013 10:16:45 +0200, a écrit :
> Tell the compiler that it will find these at link time; this fixes the
> implicit declaration warnings.
Thanks, I have just turned these:
> +extern unsigned long int ntohl(unsigned long int);
> +extern unsigned long int htonl(unsigned long int);
into non-long ints. Again, these are old functions, which assume the
parameter to be 32bit...
Samuel