summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/pppd/modem_example/ppp.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-20 20:32:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-04-20 20:32:08 +0000
commit6fa636725c3d9f3b9fa03f0dccadc8f448466ad6 (patch)
tree1fff59e66af6289a2cb367793fcd1b40bc329653 /c/src/libnetworking/pppd/modem_example/ppp.c
parent2001-04-20 Jake Janovetz <janovetz@uiuc.edu> (diff)
downloadrtems-6fa636725c3d9f3b9fa03f0dccadc8f448466ad6.tar.bz2
2001-04-20 Radzislaw Galler <rgaller@et.put.poznan.pl>
* 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
Diffstat (limited to 'c/src/libnetworking/pppd/modem_example/ppp.c')
-rw-r--r--c/src/libnetworking/pppd/modem_example/ppp.c4
1 files changed, 2 insertions, 2 deletions
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 <sys/param.h>
#include <sys/systm.h>
@@ -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;
}