Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/03/1999 06:12:35
Module Name:	src
Committed By:	christos
Date:		Mon May  3 13:12:35 UTC 1999

Modified Files:
	src/lib/libc/net: Lint_htonl.c Lint_htons.c Lint_ntohl.c Lint_ntohs.c
Log Message:
Make these work again, by undef'ing the macro that could cause syntax errors.
Also add NOSTRICT in the {h,n}to{n,h}s() cases where the prototype would get
widened...