DragonFly BSD
DragonFly commits List (threaded) for 2004-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/sbin/natd


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Fri, 20 Aug 2004 02:00:10 +0200

On Thu, Aug 19, 2004 at 04:48:16PM -0700, Joerg Sonnenberger wrote:
> joerg       2004/08/19 16:48:16 PDT
> 
> DragonFly src repository
> 
>   Modified files:
>     sbin/natd            icmp.c natd.c 
>   Log:
>   - include sys/param.h for endian macros
>   
>   Revision  Changes    Path
>   1.4       +4 -3      src/sbin/natd/icmp.c
>   1.5       +1 -1      src/sbin/natd/natd.c
> 
> 
> http://www.dragonflybsd.org/cvsweb/src/sbin/natd/icmp.c.diff?r1=1.3&r2=1.4&f=u
> http://www.dragonflybsd.org/cvsweb/src/sbin/natd/natd.c.diff?r1=1.4&r2=1.5&f=u

Just for others, I have a patch in the pipe Hiten and me wrote to cleanup
our endian support and bring it up to the level e.g. of FreeBSD 5/6.

One result of the cleanup is that including only sys/types.h does not
result in ntoh / hton macros or prototypes being visible. It's amasing
how much code actually depends on the old behaviour.

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]