]> git.ozlabs.org Git - ppp.git/commit
Fix build when libc doesn't have shadow password support
authorMaxime Bizon <mbizon@freebox.fr>
Thu, 9 Oct 2008 01:33:36 +0000 (03:33 +0200)
committerPaul Mackerras <paulus@samba.org>
Thu, 9 Oct 2008 11:45:05 +0000 (22:45 +1100)
commitee12d1706604759d25cd1508bd7e0fbf47ea536a
tree901352feb6dc1e4407eb69b4fd8ce691161b9bf3
parent07bcc935f7a10bc5d78325fc53a6ac9bdf2aad6a
Fix build when libc doesn't have shadow password support

Building ppp using uclibc, which doesn't have shadow password support,
gets this error:

session.c:76:20: error: shadow.h: No such file or directory

This fixes it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
pppd/session.c