diff packages/net/ppp/current/src/auth.c @ 1628:2e1811d4f88c

* src/auth.c: Don't use non-eCos <paths.h> * src/pppd.c: Don't use non-eCos <sys/wait.h> and <sys/resource.h> * src/sys-ecos.c: netmask must be extern - not all tools have COMMON section support.
author jlarmour
date Thu, 06 May 2004 13:54:56 +0000
parents e0d88dc6a92f
children 5629b7c30ed2
line wrap: on
line diff
--- a/packages/net/ppp/current/src/auth.c
+++ b/packages/net/ppp/current/src/auth.c
@@ -90,7 +90,9 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <cyg/ppp/syslog.h>
+#ifndef __ECOS
 #include <paths.h>
+#endif
 //#include <pwd.h>
 #include <string.h>
 #include <sys/types.h>