diff --git a/src/libCom/fdmgr.c b/src/libCom/fdmgr.c index 17c7e9656..be4b92cfb 100644 --- a/src/libCom/fdmgr.c +++ b/src/libCom/fdmgr.c @@ -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 # include