Subject: auth-pam.c is missing include
To: None <current-users@netbsd.org>
From: Scott Ellis <scotte@warped.com>
List: current-users
Date: 12/21/2007 10:54:29
Trying to build -current today fails with auth-pam.c not having
SOCK_STREAM or PF_UNSPEC defined:  

  --- dependall-usr.bin ---
 /nbu/source/netbsd/src/crypto/dist/ssh/auth-pam.c:707: error:
'SOCK_STREAM' unde clared (first use in this function)
 /nbu/source/netbsd/src/crypto/dist/ssh/auth-pam.c:707: error:
'PF_UNSPEC' undecl ared (first use in this function)  
 

It looks like it's simply missing the sys/socket.h include that was there
before the most recent update.  Can somebody please put it back? :-)

     SCottE