From ccab493c95bd11f903eeb5c6eca05d460bcf512c Mon Sep 17 00:00:00 2001 From: likewise Date: Sat, 19 Oct 2002 12:59:30 +0000 Subject: [PATCH] Initial import from Adam's 20021017 CVS archive w/ modified license. --- doc/rawapi.txt | 2 +- doc/sys_arch.txt | 2 +- proj/minimal/Makefile | 2 +- proj/unixsim/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/rawapi.txt b/doc/rawapi.txt index fe8680f8..940ea623 100644 --- a/doc/rawapi.txt +++ b/doc/rawapi.txt @@ -2,7 +2,7 @@ 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 $ +$Id: rawapi.txt,v 1.1.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 diff --git a/doc/sys_arch.txt b/doc/sys_arch.txt index 841d1274..21c6fee6 100644 --- a/doc/sys_arch.txt +++ b/doc/sys_arch.txt @@ -2,7 +2,7 @@ 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 $ +$Id: sys_arch.txt,v 1.1.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 diff --git a/proj/minimal/Makefile b/proj/minimal/Makefile index 6c2033d6..b0e427bc 100644 --- a/proj/minimal/Makefile +++ b/proj/minimal/Makefile @@ -30,7 +30,7 @@ # # Author: Adam Dunkels # -# $Id: Makefile,v 1.1 2002/10/19 12:59:33 likewise Exp $ +# $Id: Makefile,v 1.1.1.1 2002/10/19 12:59:33 likewise Exp $ CCDEP=gcc CC=gcc diff --git a/proj/unixsim/Makefile b/proj/unixsim/Makefile index 341f7c02..b63b8f92 100644 --- a/proj/unixsim/Makefile +++ b/proj/unixsim/Makefile @@ -30,7 +30,7 @@ # # Author: Adam Dunkels # -# $Id: Makefile,v 1.1 2002/10/19 12:59:37 likewise Exp $ +# $Id: Makefile,v 1.1.1.1 2002/10/19 12:59:37 likewise Exp $ CCDEP=gcc CC=gcc