Subject: Re: NetBSD-3 NIS-compat getpwnam()/getpwuid iterate entire map [was
To: None <jonathan@dsg.stanford.edu>
From: Hubert Feyrer <hubert@feyrer.de>
List: tech-net
Date: 06/22/2006 00:54:23
On Wed, 21 Jun 2006 jonathan@dsg.stanford.edu wrote:
> +		if (strcmp(nconf->nc_proto, "tcp", (size_t)3) == 0)

strcmp only has two args... is there a "tcp6" value to be expected?


  - Hubert