From 6fa636725c3d9f3b9fa03f0dccadc8f448466ad6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 20 Apr 2001 20:32:08 +0000 Subject: 2001-04-20 Radzislaw Galler * modem/ppp.c, pppd/main.c, pppd/pppmain.c, pppd/rtems-ppp.c, pppd/modem_example/modem.c, pppd/modem_example/ppp.c: Translated Polish comments and other strings into English * pppd/STATUS: Updated to reflect the changes --- c/src/libnetworking/pppd/modem_example/ppp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/libnetworking/pppd/modem_example/ppp.c') diff --git a/c/src/libnetworking/pppd/modem_example/ppp.c b/c/src/libnetworking/pppd/modem_example/ppp.c index 1489144559..22c53302fe 100644 --- a/c/src/libnetworking/pppd/modem_example/ppp.c +++ b/c/src/libnetworking/pppd/modem_example/ppp.c @@ -75,7 +75,7 @@ #include "ppp.h" #if NPPP > 0 -/* na razie wylaczmy kompresje*/ +/* temporarily we switch off the compression */ #include #include @@ -210,7 +210,7 @@ int rtems_ppp_driver_attach (struct rtems_bsdnet_ifconfig *config) bpfattach(&sc->sc_bpf, &sc->sc_if, DLT_PPP, PPP_HDRLEN); #endif } -/* wpisane na twardo do rtems_glue.c +/* hardcoded in rtems_glue.c netisrs[NETISR_PPP] = pppintr; */ return 1; } -- cgit v1.2.3