Date: Tue, 7 Feb 2006 07:34:06 -0500
From: Jeff Quast <[EMAIL PROTECTED]>
i havn't looked at the code--but i've seen this before, try adding
#include <errno.h>
somewhere.
For unofficial chrsh port with current (3.9)
got the following with current grabbed this weekend,
complaining about extra tokens at end of directives and a while loop
....
chrsh.c:335: error: `errno' undeclared (first use in this function)
chrsh.c:335: error: (Each undeclared identifier is reported only once
chrsh.c:335: error: for each function it appears in.)
Stop in /usr/ports/test/chrsh/w-chrsh-1.0b2/chrsh (line 4 of Makefile).
Hell of a deal!
Good reply jeff.
That did it!
Ben, if you revesion your unoffical port
for chrsh, you need to add for patching,
#include <errno.h>