added SCCS ID

This commit is contained in:
Jeff Hill
1992-09-11 16:09:03 +00:00
parent 0cf1adfec5
commit 5d28bc8d87
+4 -1
View File
@@ -1,6 +1,6 @@
/*
*
* F D M G R . C
* share/src/libCom/$Id$
*
* Author Jeffrey O. Hill
* hill@luke.lanl.gov
@@ -28,6 +28,7 @@
* with select() system call operation
* .09 joh 091192 fixed delete pending field uninitialized if the
* fdentry is reused
* .10 joh 091192 added SCCS ID
*
* NOTES:
* .01 write fd callbacks are one shots consistent with the lower
@@ -35,6 +36,8 @@
*
*/
static char *pSccsId = "$Id$\t$Date$";
#if defined(vxWorks)
# include <vxWorks.h>
# include <vxTypes.h>