Subject: Re: auth-pam.c is missing include
To: None <scotte@warped.com, current-users@NetBSD.org>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: current-users
Date: 12/21/2007 12:39:34
On May 13,  5:30am, Scott Ellis wrote:
}
} 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? :-)

     Done.

}-- End of excerpt from Scott Ellis