From d8f86d925a880cbfbe52b0777c891f3c78e1b2f4 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Fri, 1 Sep 2006 21:16:19 +0000 Subject: * pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout' to 'pppuntimeout' to avoid name clash with [future] bsdnet kernel routine. --- cpukit/ChangeLog | 6 ++++++ cpukit/pppd/pppd.h | 2 +- cpukit/pppd/rtemsmain.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 9cf31ce755..5b0fc27c77 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2006-09-01 Till Straumann + + * pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout' + to 'pppuntimeout' to avoid name clash with [future] + bsdnet kernel routine. + 2006-09-01 Joel Sherrill * libcsupport/src/malloc.c, libnetworking/rtems/rtems_glue.c, diff --git a/cpukit/pppd/pppd.h b/cpukit/pppd/pppd.h index 95d40b82ba..5551bf754f 100644 --- a/cpukit/pppd/pppd.h +++ b/cpukit/pppd/pppd.h @@ -293,7 +293,7 @@ void quit __P((void)); /* like die(1) */ void novm __P((char *)); /* Say we ran out of memory, and die */ void ppptimeout __P((void (*func)(void *), void *arg, int t)); /* Call func(arg) after t seconds */ -void untimeout __P((void (*func)(void *), void *arg)); +void pppuntimeout __P((void (*func)(void *), void *arg)); /* Cancel call to func(arg) */ void update_link_stats __P((int)); /* Get stats at link termination */ void new_phase __P((int)); /* signal start of new phase */ diff --git a/cpukit/pppd/rtemsmain.c b/cpukit/pppd/rtemsmain.c index 4180453555..f2284d866f 100644 --- a/cpukit/pppd/rtemsmain.c +++ b/cpukit/pppd/rtemsmain.c @@ -789,7 +789,7 @@ ppptimeout(func, arg, time) * untimeout - Unschedule a timeout. */ void -untimeout(func, arg) +pppuntimeout(func, arg) void (*func) __P((void *)); void *arg; { -- cgit v1.2.3