Source-Changes archive

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

Re: CVS commit: src



> From source-changes-owner-ross=teraflop.com%netbsd.org@localhost Mon Apr 12 
> 10:25:34 1999
> Date: Mon, 12 Apr 1999 10:23:24 -0700 (PDT)
> From: Matthias Drochner <drochner%netbsd.org@localhost>
> Subject: CVS commit: src
> To: source-changes%netbsd.org@localhost
>
> Module Name:  src
> Committed By: drochner
> Date:         Mon Apr 12 17:23:23 UTC 1999
>
> Modified Files:
>       src/sys/lib/libkern: inet_addr.c libkern.h
> Log Message:
> This was an n_long, not u_long, so u_int32_t is correct.
>
>

The reason for making this `unsigned long' is for compatibility with
the historical arpa/inet.h, which will be included if !defined(_KERNEL)
and !define(_STANDALONE).

If you are going to directly revert someone's changes you had better be
SURE you are right, is there some GOOD reason you made absolutely no attempt
to contact me before incorrectly backing out my changes?

        Ross.Harvey%Computer.Org@localhost



Home | Main Index | Thread Index | Old Index