CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/15 17:01:28
Modified files:
include/arpa : nameser.h
Log message:
Switch to including <sys/types.h> instead of <sys/param.h>
This hides the unavoidably cruddy sys/param.h namespace in some programs.
Little impact, because many programs are cruddy and still get it via
other includes.
ports testing thanks to sthen and naddy
ok guenther millert
