Update of /cvsroot/waba/waba/vm/port
In directory usw-pr-cvs1:/tmp/cvs-serv7238/vm/port
Modified Files:
nmport_a.c nmport_a.h nmport_b.c nmport_b.h nmport_c.c
nmport_c.h
Log Message:
Add the $Id$ to all the .c and .h files
Index: nmport_a.c
===================================================================
RCS file: /cvsroot/waba/waba/vm/port/nmport_a.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** nmport_a.c 2001/08/12 11:48:13 1.2
--- nmport_a.c 2001/08/18 20:26:21 1.3
***************
*** 1,3 ****
! /*
Copyright (C) 1998, 1999, 2000 Wabasoft
--- 1,4 ----
! /* $Id$
!
Copyright (C) 1998, 1999, 2000 Wabasoft
Index: nmport_a.h
===================================================================
RCS file: /cvsroot/waba/waba/vm/port/nmport_a.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** nmport_a.h 2001/08/12 11:48:13 1.1
--- nmport_a.h 2001/08/18 20:26:21 1.2
***************
*** 1,3 ****
! /*
Copyright (C) 1998, 1999, 2000 Wabasoft
--- 1,4 ----
! /* $Id$
!
Copyright (C) 1998, 1999, 2000 Wabasoft
Index: nmport_b.c
===================================================================
RCS file: /cvsroot/waba/waba/vm/port/nmport_b.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** nmport_b.c 2001/08/12 11:48:13 1.2
--- nmport_b.c 2001/08/18 20:26:21 1.3
***************
*** 1,3 ****
! /*
Copyright (C) 1998, 1999, 2000 Wabasoft
--- 1,4 ----
! /* $Id$
!
Copyright (C) 1998, 1999, 2000 Wabasoft
Index: nmport_b.h
===================================================================
RCS file: /cvsroot/waba/waba/vm/port/nmport_b.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** nmport_b.h 2001/08/12 11:48:13 1.1
--- nmport_b.h 2001/08/18 20:26:21 1.2
***************
*** 1,2 ****
--- 1,3 ----
+ /* $Id$ */
#ifdef WITH_THREAD
Index: nmport_c.c
===================================================================
RCS file: /cvsroot/waba/waba/vm/port/nmport_c.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** nmport_c.c 2001/08/12 11:48:13 1.3
--- nmport_c.c 2001/08/18 20:26:21 1.4
***************
*** 1,3 ****
! /*
Copyright (C) 1998, 1999, 2000 Wabasoft
--- 1,4 ----
! /* $Id$
!
Copyright (C) 1998, 1999, 2000 Wabasoft
Index: nmport_c.h
===================================================================
RCS file: /cvsroot/waba/waba/vm/port/nmport_c.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** nmport_c.h 2001/08/12 11:48:13 1.1
--- nmport_c.h 2001/08/18 20:26:21 1.2
***************
*** 1,2 ****
--- 1,4 ----
+ /* $Id$ */
+
#ifndef __NMPORT_C_H__
#define __NMPORT_C_H__
|