# HG changeset patch # User Christian Hammond # Date 1082797348 0 # Node ID 43d6c08d7e96ccc2bf945abe6ef06e1121f15ed3 # Parent 407355e05a0a3a2552e31aa82b369b649fa39060 [gaim-migrate @ 9554] Wow, these files haven't been touched in ages. One person wasn't able to compile these until he changed to "internal.h", so we're going to make that change here and hopefully fix a few cases of this. It's more correct anyway. committer: Tailor Script diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZCkIfNot.c --- a/src/protocols/zephyr/ZCkIfNot.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZCkIfNot.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -12,10 +12,10 @@ */ /* $Header$ */ -#include +#include "internal.h" #ifndef lint -static const char rcsid_ZCheckIfNotice_c[] = "$Id: ZCkIfNot.c 2096 2001-07-31 01:00:39Z warmenhoven $"; +static const char rcsid_ZCheckIfNotice_c[] = "$Id: ZCkIfNot.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif Code_t ZCheckIfNotice(notice, from, predicate, args) diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZClosePort.c --- a/src/protocols/zephyr/ZClosePort.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZClosePort.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -12,10 +12,10 @@ */ /* $Header$ */ -#include +#include "internal.h" #ifndef lint -static const char rcsid_ZClosePort_c[] = "$Id: ZClosePort.c 2096 2001-07-31 01:00:39Z warmenhoven $"; +static const char rcsid_ZClosePort_c[] = "$Id: ZClosePort.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif Code_t ZClosePort() diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZCmpUID.c --- a/src/protocols/zephyr/ZCmpUID.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZCmpUID.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -13,10 +13,10 @@ /* $Header$ */ #ifndef lint -static char rcsid_ZCompareUID_c[] = "$Id: ZCmpUID.c 2096 2001-07-31 01:00:39Z warmenhoven $"; +static char rcsid_ZCompareUID_c[] = "$Id: ZCmpUID.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif -#include +#include "internal.h" int ZCompareUID(uid1, uid2) ZUnique_Id_t *uid1, *uid2; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZCmpUIDP.c --- a/src/protocols/zephyr/ZCmpUIDP.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZCmpUIDP.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZCompareUIDPred_c[] = "$Header$"; #endif -#include +#include "internal.h" int ZCompareUIDPred(notice, uid) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFlsLocs.c --- a/src/protocols/zephyr/ZFlsLocs.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFlsLocs.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZFlushLocations_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZFlushLocations() { diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFlsSubs.c --- a/src/protocols/zephyr/ZFlsSubs.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFlsSubs.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -12,10 +12,10 @@ */ /* $Header$ */ -#include +#include "internal.h" #ifndef lint -static const char rcsid_ZFlushSubscriptions_c[] = "$Id: ZFlsSubs.c 2096 2001-07-31 01:00:39Z warmenhoven $"; +static const char rcsid_ZFlushSubscriptions_c[] = "$Id: ZFlsSubs.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif Code_t ZFlushSubscriptions() diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFmtAuth.c --- a/src/protocols/zephyr/ZFmtAuth.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFmtAuth.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: lschiere $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZFormatAuthenticNotice_c[] = "$Header$"; #endif -#include +#include "internal.h" #ifdef ZEPHYR_USES_KERBEROS Code_t ZFormatAuthenticNotice(notice, buffer, buffer_len, len, session) diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFmtList.c --- a/src/protocols/zephyr/ZFmtList.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFmtList.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -12,11 +12,11 @@ */ /* $Header$ */ -#include +#include "internal.h" #ifndef lint static const char rcsid_ZFormatNoticeList_c[] = - "$Id: ZFmtList.c 2096 2001-07-31 01:00:39Z warmenhoven $"; + "$Id: ZFmtList.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif Code_t ZFormatNoticeList(notice, list, nitems, buffer, ret_len, diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFmtNotice.c --- a/src/protocols/zephyr/ZFmtNotice.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFmtNotice.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -13,10 +13,10 @@ /* $Header$ */ #ifndef lint -static char rcsid_ZFormatNotice_c[] = "$Id: ZFmtNotice.c 2096 2001-07-31 01:00:39Z warmenhoven $"; +static char rcsid_ZFormatNotice_c[] = "$Id: ZFmtNotice.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif -#include +#include "internal.h" Code_t ZFormatNotice(notice, buffer, ret_len, cert_routine) register ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFmtRaw.c --- a/src/protocols/zephyr/ZFmtRaw.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFmtRaw.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -13,10 +13,10 @@ /* $Header$ */ #ifndef lint -static char rcsid_ZFormatRawNotice_c[] = "$Id: ZFmtRaw.c 2096 2001-07-31 01:00:39Z warmenhoven $"; +static char rcsid_ZFormatRawNotice_c[] = "$Id: ZFmtRaw.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif -#include +#include "internal.h" Code_t ZFormatRawNotice(notice, buffer, ret_len) register ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFmtRawLst.c --- a/src/protocols/zephyr/ZFmtRawLst.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFmtRawLst.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZFormatRawNoticeList_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZFormatRawNoticeList(notice, list, nitems, buffer, ret_len) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFmtSmRLst.c --- a/src/protocols/zephyr/ZFmtSmRLst.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFmtSmRLst.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: John T. Kohl * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZFormatRawNoticeList_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZFormatSmallRawNoticeList(notice, list, nitems, buffer, ret_len) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFmtSmRaw.c --- a/src/protocols/zephyr/ZFmtSmRaw.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFmtSmRaw.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZFormatRawNotice_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZFormatSmallRawNotice(notice, buffer, ret_len) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZFreeNot.c --- a/src/protocols/zephyr/ZFreeNot.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZFreeNot.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZFreeNotice_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZFreeNotice(notice) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZGetLocs.c --- a/src/protocols/zephyr/ZGetLocs.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZGetLocs.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZGetLocations_c[] = "$Header$"; #endif -#include +#include "internal.h" #define min(a,b) ((a)<(b)?(a):(b)) diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZGetSender.c --- a/src/protocols/zephyr/ZGetSender.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZGetSender.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987, 1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -12,11 +12,11 @@ */ /* $Header$ */ -#include +#include "internal.h" #ifndef lint static const char rcsid_ZGetSender_c[] = - "$Id: ZGetSender.c 2096 2001-07-31 01:00:39Z warmenhoven $"; + "$Id: ZGetSender.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif #include diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZGetSubs.c --- a/src/protocols/zephyr/ZGetSubs.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZGetSubs.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZGetSubscriptions_c[] = "$Header$"; #endif -#include +#include "internal.h" #define min(a,b) ((a)<(b)?(a):(b)) diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZGetWGPort.c --- a/src/protocols/zephyr/ZGetWGPort.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZGetWGPort.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZGetWGPort_c[] = "$Header$"; #endif -#include +#include "internal.h" int ZGetWGPort() { diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZIfNotice.c --- a/src/protocols/zephyr/ZIfNotice.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZIfNotice.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -12,10 +12,10 @@ */ /* $Header$ */ -#include +#include "internal.h" #ifndef lint -static const char rcsid_ZIfNotice_c[] = "$Id: ZIfNotice.c 2096 2001-07-31 01:00:39Z warmenhoven $"; +static const char rcsid_ZIfNotice_c[] = "$Id: ZIfNotice.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif Code_t ZIfNotice(notice, from, predicate, args) diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZInit.c --- a/src/protocols/zephyr/ZInit.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZInit.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987, 1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -17,7 +17,7 @@ "$Zephyr: /afs/athena.mit.edu/astaff/project/zephyr/src/lib/RCS/ZInitialize.c,v 1.17 89/05/30 18:11:25 jtkohl Exp $"; #endif -#include +#include "internal.h" #include #ifdef ZEPHYR_USES_KERBEROS diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZLocations.c --- a/src/protocols/zephyr/ZLocations.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZLocations.c Sat Apr 24 09:02:28 2004 +0000 @@ -5,7 +5,7 @@ * Created by: Robert French * * $Source$ - * $Author: thekingant $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -18,7 +18,7 @@ "$Zephyr: /afs/athena.mit.edu/astaff/project/zephyr/src/lib/RCS/ZLocations.c,v 1.30 90/12/20 03:04:39 raeburn Exp $"; #endif -#include +#include "internal.h" #include diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZMakeAscii.c --- a/src/protocols/zephyr/ZMakeAscii.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZMakeAscii.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -12,11 +12,11 @@ */ /* $Header$ */ -#include +#include "internal.h" #include #ifndef lint -static const char rcsid_ZMakeAscii_c[] = "$Id: ZMakeAscii.c 2096 2001-07-31 01:00:39Z warmenhoven $"; +static const char rcsid_ZMakeAscii_c[] = "$Id: ZMakeAscii.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif static char *itox_chars = "0123456789ABCDEF"; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZMkAuth.c --- a/src/protocols/zephyr/ZMkAuth.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZMkAuth.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,18 +4,18 @@ * Created by: Robert French * * $Source$ - * $Author: lschiere $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file * "mit-copyright.h". */ -/* $Id: ZMkAuth.c 9078 2004-02-27 19:25:27Z lschiere $ */ +/* $Id: ZMkAuth.c 9554 2004-04-24 09:02:28Z chipx86 $ */ -#include +#include "internal.h" #ifndef lint -static const char rcsid_ZMakeAuthentication_c[] = "$Id: ZMkAuth.c 9078 2004-02-27 19:25:27Z lschiere $"; +static const char rcsid_ZMakeAuthentication_c[] = "$Id: ZMkAuth.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif #ifdef ZEPHYR_USES_KERBEROS diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZNewLocU.c --- a/src/protocols/zephyr/ZNewLocU.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZNewLocU.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -12,11 +12,11 @@ */ /* $Header$ */ -#include +#include "internal.h" #ifndef lint static const char rcsid_ZNewLocateUser_c[] = - "$Id: ZNewLocU.c 2096 2001-07-31 01:00:39Z warmenhoven $"; + "$Id: ZNewLocU.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif Code_t ZLocateUser(user, nlocs, auth) diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZOpenPort.c --- a/src/protocols/zephyr/ZOpenPort.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZOpenPort.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: thekingant $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZOpenPort_c[] = "$Header$"; #endif -#include +#include "internal.h" #include Code_t ZOpenPort(port) diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZParseNot.c --- a/src/protocols/zephyr/ZParseNot.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZParseNot.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: thekingant $ + * $Author: chipx86 $ * * Copyright (c) 1987,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -17,7 +17,7 @@ "$Zephyr: /mit/zephyr/src/lib/RCS/ZParseNotice.c,v 1.22 91/03/29 03:34:46 raeburn Exp $"; #endif -#include +#include "internal.h" /* Assume that strlen is efficient on this machine... */ #define next_field(ptr) ptr += strlen (ptr) + 1 diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZPeekIfNot.c --- a/src/protocols/zephyr/ZPeekIfNot.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZPeekIfNot.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZPeekIfNotice_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZPeekIfNotice(notice, from, predicate, args) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZPeekNot.c --- a/src/protocols/zephyr/ZPeekNot.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZPeekNot.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZPeekNotice_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZPeekNotice(notice, from) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZPeekPkt.c --- a/src/protocols/zephyr/ZPeekPkt.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZPeekPkt.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZPeekPacket_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZPeekPacket(buffer, ret_len, from) char **buffer; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZPending.c --- a/src/protocols/zephyr/ZPending.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZPending.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZPending_c[] = "$Header$"; #endif -#include +#include "internal.h" int ZPending() { diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZReadAscii.c --- a/src/protocols/zephyr/ZReadAscii.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZReadAscii.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987, 1990 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZReadAscii_c[] = "$Header$"; #endif /* lint */ -#include +#include "internal.h" #include #if 0 diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZRecvNot.c --- a/src/protocols/zephyr/ZRecvNot.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZRecvNot.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZReceiveNotice_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZReceiveNotice(notice, from) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZRecvPkt.c --- a/src/protocols/zephyr/ZRecvPkt.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZRecvPkt.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZReceivePacket_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZReceivePacket(buffer, ret_len, from) ZPacket_t buffer; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZRetSubs.c --- a/src/protocols/zephyr/ZRetSubs.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZRetSubs.c Sat Apr 24 09:02:28 2004 +0000 @@ -5,7 +5,7 @@ * Created by: Robert French * * $Source$ - * $Author: thekingant $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -13,11 +13,11 @@ */ /* $Header$ */ -#include +#include "internal.h" #ifndef lint static const char rcsid_ZRetrieveSubscriptions_c[] = - "$Id: ZRetSubs.c 8088 2003-11-11 07:08:13Z thekingant $"; + "$Id: ZRetSubs.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif static Code_t Z_RetSubs (); diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZSendList.c --- a/src/protocols/zephyr/ZSendList.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZSendList.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZSendList_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZSendList(notice, list, nitems, cert_routine) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZSendNot.c --- a/src/protocols/zephyr/ZSendNot.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZSendNot.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZSendNotice_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZSendNotice(notice, cert_routine) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZSendPkt.c --- a/src/protocols/zephyr/ZSendPkt.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZSendPkt.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: thekingant $ + * $Author: chipx86 $ * * Copyright (c) 1987,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -17,7 +17,7 @@ "$Zephyr: /mit/zephyr/src/lib/RCS/ZSendPacket.c,v 1.29 91/03/21 11:57:08 raeburn Exp $"; #endif -#include +#include "internal.h" #include static int wait_for_hmack(); diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZSendRLst.c --- a/src/protocols/zephyr/ZSendRLst.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZSendRLst.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: John T. Kohl * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZSendRawList_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZSendRawList(notice, list, nitems) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZSendRaw.c --- a/src/protocols/zephyr/ZSendRaw.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZSendRaw.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZSendRawNotice_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZSendRawNotice(notice) ZNotice_t *notice; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZSetDest.c --- a/src/protocols/zephyr/ZSetDest.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZSetDest.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZSetDestAddr_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZSetDestAddr(addr) struct sockaddr_in *addr; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZSetFD.c --- a/src/protocols/zephyr/ZSetFD.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZSetFD.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZSetFD_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZSetFD(fd) int fd; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZSetSrv.c --- a/src/protocols/zephyr/ZSetSrv.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZSetSrv.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1987 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -16,7 +16,7 @@ static char rcsid_ZSetServerState_c[] = "$Header$"; #endif -#include +#include "internal.h" Code_t ZSetServerState(state) int state; diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZSubs.c --- a/src/protocols/zephyr/ZSubs.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZSubs.c Sat Apr 24 09:02:28 2004 +0000 @@ -5,7 +5,7 @@ * Created by: Robert French * * $Source$ - * $Author: seanegan $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -13,10 +13,10 @@ */ /* $Header$ */ -#include +#include "internal.h" #ifndef lint -static const char rcsid_ZSubscriptions_c[] = "$Id: ZSubs.c 3295 2002-05-28 08:40:48Z seanegan $"; +static const char rcsid_ZSubscriptions_c[] = "$Id: ZSubs.c 9554 2004-04-24 09:02:28Z chipx86 $"; #endif static Code_t Z_Subscriptions __P((register ZSubscription_t *sublist, diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZVariables.c --- a/src/protocols/zephyr/ZVariables.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZVariables.c Sat Apr 24 09:02:28 2004 +0000 @@ -17,7 +17,7 @@ static char rcsid_ZVariables_c[] = "$Header$"; #endif -#include +#include "internal.h" #include "util.h" #include diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZWait4Not.c --- a/src/protocols/zephyr/ZWait4Not.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZWait4Not.c Sat Apr 24 09:02:28 2004 +0000 @@ -5,7 +5,7 @@ * Created by: * * $Source$ - * $Author: warmenhoven $ + * $Author: chipx86 $ * * Copyright (c) 1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -18,7 +18,7 @@ static char rcsid_ZWaitForNotice_c[] = "$Zephyr$"; #endif -#include +#include "internal.h" #include Code_t Z_WaitForNotice (notice, pred, arg, timeout) diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/ZhmStat.c --- a/src/protocols/zephyr/ZhmStat.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/ZhmStat.c Sat Apr 24 09:02:28 2004 +0000 @@ -3,14 +3,14 @@ * * Created by: Marc Horowitz * - * $Id: ZhmStat.c 2432 2001-10-03 19:38:28Z warmenhoven $ + * $Id: ZhmStat.c 9554 2004-04-24 09:02:28Z chipx86 $ * * Copyright (c) 1996 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file * "mit-copyright.h". */ -#include +#include "internal.h" #include #ifndef INADDR_LOOPBACK diff -r 407355e05a0a -r 43d6c08d7e96 src/protocols/zephyr/Zinternal.c --- a/src/protocols/zephyr/Zinternal.c Sat Apr 24 09:00:37 2004 +0000 +++ b/src/protocols/zephyr/Zinternal.c Sat Apr 24 09:02:28 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: thekingant $ + * $Author: chipx86 $ * * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of * Technology. @@ -13,14 +13,14 @@ */ /* $Header$ */ -#include +#include "internal.h" #include #include #include #ifndef lint static const char rcsid_Zinternal_c[] = - "$Id: Zinternal.c 8088 2003-11-11 07:08:13Z thekingant $"; + "$Id: Zinternal.c 9554 2004-04-24 09:02:28Z chipx86 $"; static const char copyright[] = "Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology."; #endif