mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 19:00:08 +08:00
ppp: Port to new stack
This commit is contained in:
@@ -10,10 +10,9 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <rtems/rtemspppd.h>
|
||||
#include <rtems.h>
|
||||
#include <rtems/rtems_bsdnet.h>
|
||||
#include "pppd.h"
|
||||
#include "rtemspppd.h"
|
||||
|
||||
|
||||
/* define pppd function prototypes */
|
||||
@@ -82,11 +81,6 @@ int rtems_pppd_initialize(void)
|
||||
rtems_status_code status;
|
||||
rtems_name taskName;
|
||||
|
||||
/* determine priority value */
|
||||
if ( rtems_bsdnet_config.network_task_priority ) {
|
||||
priority = rtems_bsdnet_config.network_task_priority;
|
||||
}
|
||||
|
||||
/* initialize the exit hook */
|
||||
rtems_pppd_exitfp = (rtems_pppd_hookfunction)0;
|
||||
|
||||
|
Reference in New Issue
Block a user