From 5d28bc8d87bba7a4395fbe5d5d4a1419ec7b11c5 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 11 Sep 1992 16:09:03 +0000 Subject: [PATCH] added SCCS ID --- src/libCom/fdmgr.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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