Subject: Re: CVS commit: src
To: None <drochner@netbsd.org, source-changes@netbsd.org>
From: Ross Harvey <ross@ghs.com>
List: source-changes
Date: 04/12/1999 10:58:53
> From source-changes-owner-ross=teraflop.com@netbsd.org Mon Apr 12 10:25:34 1999
> Date: Mon, 12 Apr 1999 10:23:24 -0700 (PDT)
> From: Matthias Drochner <drochner@netbsd.org>
> Subject: CVS commit: src
> To: source-changes@netbsd.org
>
> 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