summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-07-29 11:15:00 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-07-29 11:15:00 +0000
commitc695cc1b24bc38414b2631afdb1e40a5bf1a003f (patch)
tree5603ffd464a67be968b879679fb828fd647c1634
parent128182b726788e0cce4661e020e5ef75c3452c18 (diff)
Added RCSID
-rw-r--r--lib/ZCkAuth.c4
-rw-r--r--lib/ZCkIfNot.c4
-rw-r--r--lib/ZClosePort.c4
-rw-r--r--lib/ZCmpUID.c4
-rw-r--r--lib/ZCmpUIDP.c4
-rw-r--r--lib/ZFlsLocs.c4
-rw-r--r--lib/ZFlsSubs.c4
-rw-r--r--lib/ZFmtAuth.c4
-rw-r--r--lib/ZFmtList.c4
-rw-r--r--lib/ZFmtNotice.c4
-rw-r--r--lib/ZFmtRaw.c4
-rw-r--r--lib/ZFmtRawLst.c4
-rw-r--r--lib/ZGetLocs.c4
-rw-r--r--lib/ZGetSender.c8
-rw-r--r--lib/ZGetSubs.c4
-rw-r--r--lib/ZIfNotice.c4
-rw-r--r--lib/ZInit.c4
-rw-r--r--lib/ZLocateU.c4
-rw-r--r--lib/ZLocations.c4
-rw-r--r--lib/ZMakeAscii.c4
-rw-r--r--lib/ZMkAuth.c4
-rw-r--r--lib/ZOpenPort.c4
-rw-r--r--lib/ZParseNot.c4
-rw-r--r--lib/ZPeekIfNot.c4
-rw-r--r--lib/ZPeekNot.c4
-rw-r--r--lib/ZPeekPkt.c4
-rw-r--r--lib/ZPending.c4
-rw-r--r--lib/ZReadAscii.c4
-rw-r--r--lib/ZRecvNot.c4
-rw-r--r--lib/ZRecvPkt.c4
-rw-r--r--lib/ZRetSubs.c4
-rw-r--r--lib/ZSendList.c4
-rw-r--r--lib/ZSendNot.c4
-rw-r--r--lib/ZSendPkt.c4
-rw-r--r--lib/ZSendRaw.c4
-rw-r--r--lib/ZSetDest.c4
-rw-r--r--lib/ZSetFD.c4
-rw-r--r--lib/ZSetSrv.c4
-rw-r--r--lib/ZSubs.c4
39 files changed, 158 insertions, 2 deletions
diff --git a/lib/ZCkAuth.c b/lib/ZCkAuth.c
index bb7108c..56f5080 100644
--- a/lib/ZCkAuth.c
+++ b/lib/ZCkAuth.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZCheckAuthentication_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZCkIfNot.c b/lib/ZCkIfNot.c
index 3e5f6ad..e445bb2 100644
--- a/lib/ZCkIfNot.c
+++ b/lib/ZCkIfNot.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZCheckIfNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZClosePort.c b/lib/ZClosePort.c
index 4f93d46..702f286 100644
--- a/lib/ZClosePort.c
+++ b/lib/ZClosePort.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZClosePort_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZCmpUID.c b/lib/ZCmpUID.c
index d0f584c..adb14cf 100644
--- a/lib/ZCmpUID.c
+++ b/lib/ZCmpUID.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZCompareUID_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr.h>
diff --git a/lib/ZCmpUIDP.c b/lib/ZCmpUIDP.c
index 4999e96..b97ab10 100644
--- a/lib/ZCmpUIDP.c
+++ b/lib/ZCmpUIDP.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZCompareUIDPred_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZFlsLocs.c b/lib/ZFlsLocs.c
index 66ee52d..7905806 100644
--- a/lib/ZFlsLocs.c
+++ b/lib/ZFlsLocs.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZFlushLocations_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZFlsSubs.c b/lib/ZFlsSubs.c
index 330a468..143e66f 100644
--- a/lib/ZFlsSubs.c
+++ b/lib/ZFlsSubs.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZFlushSubscriptions_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZFmtAuth.c b/lib/ZFmtAuth.c
index e061b96..16ab432 100644
--- a/lib/ZFmtAuth.c
+++ b/lib/ZFmtAuth.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZFormatAuthenticNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZFmtList.c b/lib/ZFmtList.c
index 8db8cbb..269ff3d 100644
--- a/lib/ZFmtList.c
+++ b/lib/ZFmtList.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZFormatNoticeList_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZFmtNotice.c b/lib/ZFmtNotice.c
index 9e90e12..bcae262 100644
--- a/lib/ZFmtNotice.c
+++ b/lib/ZFmtNotice.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZFormatNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr.h>
diff --git a/lib/ZFmtRaw.c b/lib/ZFmtRaw.c
index 14b637b..b389c3a 100644
--- a/lib/ZFmtRaw.c
+++ b/lib/ZFmtRaw.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZFormatRawNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr.h>
diff --git a/lib/ZFmtRawLst.c b/lib/ZFmtRawLst.c
index a9ba259..63f2b84 100644
--- a/lib/ZFmtRawLst.c
+++ b/lib/ZFmtRawLst.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZFormatRawNoticeList_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr.h>
diff --git a/lib/ZGetLocs.c b/lib/ZGetLocs.c
index bf9109d..ccd768e 100644
--- a/lib/ZGetLocs.c
+++ b/lib/ZGetLocs.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZGetLocations_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZGetSender.c b/lib/ZGetSender.c
index d2ab330..217c215 100644
--- a/lib/ZGetSender.c
+++ b/lib/ZGetSender.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZGetSender_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
@@ -37,8 +41,8 @@ char *ZGetSender()
wants an int. AARGH! */
pw = getpwuid((int) getuid());
if (!pw)
- return ("unauth");
- (void) sprintf(sender,"%s@UNAUTH",pw->pw_name);
+ return ("unknown");
+ (void) sprintf(sender,"%s@%s",pw->pw_name,__Zephyr_realm);
return (sender);
}
readstr(fp,pname,ANAME_SZ);
diff --git a/lib/ZGetSubs.c b/lib/ZGetSubs.c
index 002a473..b3bc35d 100644
--- a/lib/ZGetSubs.c
+++ b/lib/ZGetSubs.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZGetSubscriptions_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZIfNotice.c b/lib/ZIfNotice.c
index ecdd851..8db08fc 100644
--- a/lib/ZIfNotice.c
+++ b/lib/ZIfNotice.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZIfNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZInit.c b/lib/ZInit.c
index d8bf6e7..5282241 100644
--- a/lib/ZInit.c
+++ b/lib/ZInit.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZInitialize_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZLocateU.c b/lib/ZLocateU.c
index 5514358..a64302a 100644
--- a/lib/ZLocateU.c
+++ b/lib/ZLocateU.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZLocateUser_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZLocations.c b/lib/ZLocations.c
index 452291f..94adca6 100644
--- a/lib/ZLocations.c
+++ b/lib/ZLocations.c
@@ -13,6 +13,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZLocations_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZMakeAscii.c b/lib/ZMakeAscii.c
index 4745610..a760b62 100644
--- a/lib/ZMakeAscii.c
+++ b/lib/ZMakeAscii.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZMakeAscii_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZMkAuth.c b/lib/ZMkAuth.c
index 23b54da..136b37f 100644
--- a/lib/ZMkAuth.c
+++ b/lib/ZMkAuth.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZMakeAuthentication_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZOpenPort.c b/lib/ZOpenPort.c
index d809c7c..1532a07 100644
--- a/lib/ZOpenPort.c
+++ b/lib/ZOpenPort.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZOpenPort_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZParseNot.c b/lib/ZParseNot.c
index af13a34..6aeebc9 100644
--- a/lib/ZParseNot.c
+++ b/lib/ZParseNot.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZParseNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZPeekIfNot.c b/lib/ZPeekIfNot.c
index d40d8fb..012b50c 100644
--- a/lib/ZPeekIfNot.c
+++ b/lib/ZPeekIfNot.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZPeekIfNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZPeekNot.c b/lib/ZPeekNot.c
index 54e124d..d1674b6 100644
--- a/lib/ZPeekNot.c
+++ b/lib/ZPeekNot.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZPeekNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZPeekPkt.c b/lib/ZPeekPkt.c
index af4f942..57790f9 100644
--- a/lib/ZPeekPkt.c
+++ b/lib/ZPeekPkt.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZPeekPacket_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZPending.c b/lib/ZPending.c
index c5c3471..cb1e3b2 100644
--- a/lib/ZPending.c
+++ b/lib/ZPending.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZPending_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZReadAscii.c b/lib/ZReadAscii.c
index 0973499..adebb94 100644
--- a/lib/ZReadAscii.c
+++ b/lib/ZReadAscii.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZReadAscii_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZRecvNot.c b/lib/ZRecvNot.c
index 4700a79..8594515 100644
--- a/lib/ZRecvNot.c
+++ b/lib/ZRecvNot.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZReceiveNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZRecvPkt.c b/lib/ZRecvPkt.c
index 6d3994a..611a3ea 100644
--- a/lib/ZRecvPkt.c
+++ b/lib/ZRecvPkt.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZReceivePacket_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZRetSubs.c b/lib/ZRetSubs.c
index 0762f7b..35fe1c4 100644
--- a/lib/ZRetSubs.c
+++ b/lib/ZRetSubs.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZRetrieveSubscriptions_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZSendList.c b/lib/ZSendList.c
index 3e4520c..5aeb2ba 100644
--- a/lib/ZSendList.c
+++ b/lib/ZSendList.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZSendList_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZSendNot.c b/lib/ZSendNot.c
index 51b62a2..9a004a9 100644
--- a/lib/ZSendNot.c
+++ b/lib/ZSendNot.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZSendNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZSendPkt.c b/lib/ZSendPkt.c
index 57f8470..b916a05 100644
--- a/lib/ZSendPkt.c
+++ b/lib/ZSendPkt.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZSendPacket_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZSendRaw.c b/lib/ZSendRaw.c
index 0522804..e9b72b4 100644
--- a/lib/ZSendRaw.c
+++ b/lib/ZSendRaw.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZSendRawNotice_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZSetDest.c b/lib/ZSetDest.c
index ac3dc49..adffc89 100644
--- a/lib/ZSetDest.c
+++ b/lib/ZSetDest.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZSetDestAddr_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZSetFD.c b/lib/ZSetFD.c
index 1816abd..5bacd07 100644
--- a/lib/ZSetFD.c
+++ b/lib/ZSetFD.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZSetFD_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZSetSrv.c b/lib/ZSetSrv.c
index 6a9cece..937536d 100644
--- a/lib/ZSetSrv.c
+++ b/lib/ZSetSrv.c
@@ -12,6 +12,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZSetServerState_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>
diff --git a/lib/ZSubs.c b/lib/ZSubs.c
index 8f309f0..c3861e2 100644
--- a/lib/ZSubs.c
+++ b/lib/ZSubs.c
@@ -13,6 +13,10 @@
*/
/* $Header$ */
+#ifndef lint
+static char rcsid_ZSubscriptions_c[] = "$Header$";
+#endif lint
+
#include <zephyr/mit-copyright.h>
#include <zephyr/zephyr_internal.h>