foo# cd pptpd-1.3.0
foo# gmake
gmake all-am
gmake[1]: Entering directory /usr/local/src/pptpd-1.3.0'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -O2 -fno-builtin -Wall -DSBINDIR='"/usr/local/sbin"' -c compat.c
compat.c: In functionmy_setproctitle':
compat.c:123: warning: implicit declaration of function setproctitle'
In file included from compat.c:129:
/usr/include/unistd.h: At top level:
/usr/include/unistd.h:360: error: conflicting types for 'setproctitle'
compat.c:123: error: previous implicit declaration of 'setproctitle' was here
compat.c: In functionsigpipe_assign':
compat.c:181: warning: implicit declaration of function memset'
gmake[1]: *** [compat.o] Error 1
gmake[1]: Leaving directory/usr/local/src/pptpd-1.3.0'
gmake: *** [all] Error 2
foo# cd ../pptpd-1.3.1
foo# gmake
gmake all-am
gmake[1]: Entering directory /usr/local/src/pptpd-1.3.1'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -O2 -fno-builtin -Wall -DSBINDIR='"/usr/local/sbin"' -c compat.c
compat.c: In functionmy_setproctitle':
compat.c:123: warning: implicit declaration of function setproctitle'
In file included from compat.c:129:
/usr/include/unistd.h: At top level:
/usr/include/unistd.h:360: error: conflicting types for 'setproctitle'
compat.c:123: error: previous implicit declaration of 'setproctitle' was here
compat.c: In functionsigpipe_assign':
compat.c:177: warning: implicit declaration of function memset'
gmake[1]: *** [compat.o] Error 1
gmake[1]: Leaving directory/usr/local/src/pptpd-1.3.1'
gmake: *** [all] Error 2
foo# cd ../pptpd-1.3.2
foo# gmake
gmake all-am
gmake[1]: Entering directory /usr/local/src/pptpd-1.3.2'
gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -O2 -fno-builtin -Wall -DSBINDIR='"/usr/local/sbin"' -c compat.c
compat.c: In functionmy_setproctitle':
compat.c:123: warning: implicit declaration of function setproctitle'
In file included from compat.c:129:
/usr/include/unistd.h: At top level:
/usr/include/unistd.h:360: error: conflicting types for 'setproctitle'
compat.c:123: error: previous implicit declaration of 'setproctitle' was here
compat.c: In functionsigpipe_assign':
compat.c:177: warning: implicit declaration of function memset'
gmake[1]: *** [compat.o] Error 1
gmake[1]: Leaving directory/usr/local/src/pptpd-1.3.2'
gmake: *** [all] Error 2
foo#