Moved PPP code that was inadvertedly put into the net/ directory into its own ppp/ subdirectory

This commit is contained in:
adamdunkels 2006-06-17 22:48:08 +00:00
parent c9e808d638
commit 5221a7b124
13 changed files with 12 additions and 12 deletions

View File

@ -46,7 +46,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ahdlc.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: ahdlc.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/

View File

@ -42,7 +42,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ahdlc.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: ahdlc.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/

View File

@ -47,7 +47,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ipcp.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: ipcp.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/

View File

@ -43,7 +43,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ipcp.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: ipcp.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/
#include "net/uip.h"

View File

@ -44,7 +44,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: lcp.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: lcp.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/

View File

@ -43,7 +43,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: lcp.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: lcp.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/

View File

@ -41,7 +41,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: pap.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: pap.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/

View File

@ -44,7 +44,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: pap.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: pap.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: ppp-service.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* @(#)$Id: ppp-service.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*/
#if 0

View File

@ -43,7 +43,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ppp.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: ppp.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/

View File

@ -42,7 +42,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ppp.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: ppp.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*
*/
#include "net/uip.h"

View File

@ -1,5 +1,5 @@
/*
* $Id: ppp_process.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
* $Id: ppp_process.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
*/
#include "contiki.h"