Index: sys-linux.c =================================================================== RCS file: /data/cvs/ppp/pppd/sys-linux.c,v retrieving revision 1.61 diff -u -r1.61 sys-linux.c --- sys-linux.c 1999/05/14 01:09:04 1.61 +++ sys-linux.c 1999/05/14 12:43:56 @@ -2402,7 +2402,7 @@ */ if (ipxcp_protent.enabled_flag) { struct stat stat_buf; - if (path_to_procfs("/net/ipx_interface") + if (!path_to_procfs("/net/ipx_interface") || lstat (route_buffer, &stat_buf) < 0) { error("IPX support is not present in the kernel\n"); ipxcp_protent.enabled_flag = 0;