summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/pppd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/pppd.h b/cpukit/pppd/pppd.h
index 5551bf754f..5e30e4dac3 100644
--- a/cpukit/pppd/pppd.h
+++ b/cpukit/pppd/pppd.h
@@ -533,7 +533,7 @@ extern void (*auth_linkdown_hook) __P((void));
*/
#define TIMEOUT(r, f, t) ppptimeout((r), (f), (t))
-#define UNTIMEOUT(r, f) untimeout((r), (f))
+#define UNTIMEOUT(r, f) pppuntimeout((r), (f))
#define BCOPY(s, d, l) memcpy(d, s, l)
#define BZERO(s, n) memset(s, 0, n)