From 60426fed465fb89bc9598b4b1c0071af13fb5235 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Thu, 13 Jul 2006 00:32:41 +0000 Subject: * pppd/sys-rtems.c: fixed error message so that the correct ioctl is reported. --- cpukit/pppd/sys-rtems.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/pppd') diff --git a/cpukit/pppd/sys-rtems.c b/cpukit/pppd/sys-rtems.c index 79580482ff..0bcc3914ff 100644 --- a/cpukit/pppd/sys-rtems.c +++ b/cpukit/pppd/sys-rtems.c @@ -778,7 +778,7 @@ sifvjcomp(u, vjcomp, cidcomp, maxcid) return 0; } if (vjcomp && ioctl(ppp_fd, PPPIOCSMAXCID, (caddr_t) &maxcid) < 0) { - error("ioctl(PPPIOCSFLAGS): %m"); + error("ioctl(PPPIOCSMAXCID): %m"); return 0; } return 1; -- cgit v1.2.3