summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/modem
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/modem
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/modem')
-rw-r--r--c/src/libnetworking/modem/ppp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/libnetworking/modem/ppp.c b/c/src/libnetworking/modem/ppp.c
index 589089822d..4ccecc85c1 100644
--- a/c/src/libnetworking/modem/ppp.c
+++ b/c/src/libnetworking/modem/ppp.c
@@ -75,7 +75,7 @@
#include "ppp.h"
#if NPPP > 0
-/* na razie wylaczmy kompresje*/
+/* temporarily we switch off the compression */
#include <rtems/rtems_bsdnet.h> /* to get right defines */
@@ -216,7 +216,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;
}