Removed old Id: tags in 4 non-source-code files.

This commit is contained in:
likewise
2002-10-19 19:48:06 +00:00
parent fea27fd743
commit 58cb89d261
4 changed files with 45 additions and 55 deletions

View File

@@ -2,8 +2,6 @@ Raw TCP/IP interface for lwIP 0.5
Author: Adam Dunkels
$Id: rawapi.txt,v 1.1 2002/10/19 12:59:32 likewise Exp $
lwIP provides two Application Program's Interfaces (APIs) for programs
to use for communication with the TCP/IP code: the sequential API
(often just called "the API") and the raw TCP/IP interface. This

View File

@@ -2,8 +2,6 @@ sys_arch interface for lwIP 0.5
Author: Adam Dunkels
$Id: sys_arch.txt,v 1.1 2002/10/19 12:59:33 likewise Exp $
The operating system emulation layer provides a common interface
between the lwIP code and the underlying operating system kernel. The
general idea is that porting lwIP to new architectures requires only