On Mon, May 7, 2012, at 16:24, Jeff Rizzo wrote: > Module Name: src > Committed By: riz > Date: Mon May 7 16:24:07 UTC 2012 > > Modified Files: > src/usr.bin/login [netbsd-6]: Makefile common.c common.h k5login.c > login.c login_pam.c > > Log Message: > Pull up following revision(s) (requested by christos in ticket #215): > usr.bin/login/login.c: revision 1.100 > usr.bin/login/login.c: revision 1.101 > usr.bin/login/login.c: revision 1.102 > usr.bin/login/common.c: revision 1.4 > usr.bin/login/common.h: revision 1.2 > usr.bin/login/k5login.c: revision 1.28 > usr.bin/login/k5login.c: revision 1.29 > usr.bin/login/login.c: revision 1.99 > usr.bin/login/login_pam.c: revision 1.21
I get the following error: /usr/src/usr.bin/login/login_pam.c: In function 'main': /usr/src/usr.bin/login/login_pam.c:243:4: error: implicit declaration of function 'trimusername' /usr/src/usr.bin/login/login_pam.c:243:13: error: assignment makes pointer from integer without a cast This has been fixed in revision 1.22, right? -- Herbert