Mercurial > pidgin.yaz
changeset 8792:43d6c08d7e96
[gaim-migrate @ 9554]
Wow, these files haven't been touched in ages. One person wasn't able to
compile these until he changed <internal.h> 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 <tailor@pidgin.im>
line wrap: on
line diff
--- 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 <internal.h> +#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)
--- 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 <internal.h> +#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()
--- 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 <internal.h> +#include "internal.h" int ZCompareUID(uid1, uid2) ZUnique_Id_t *uid1, *uid2;
--- 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 <internal.h> +#include "internal.h" int ZCompareUIDPred(notice, uid) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZFlushLocations() {
--- 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 <internal.h> +#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()
--- 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 <internal.h> +#include "internal.h" #ifdef ZEPHYR_USES_KERBEROS Code_t ZFormatAuthenticNotice(notice, buffer, buffer_len, len, session)
--- 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 <internal.h> +#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,
--- 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 <internal.h> +#include "internal.h" Code_t ZFormatNotice(notice, buffer, ret_len, cert_routine) register ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZFormatRawNotice(notice, buffer, ret_len) register ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZFormatRawNoticeList(notice, list, nitems, buffer, ret_len) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZFormatSmallRawNoticeList(notice, list, nitems, buffer, ret_len) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZFormatSmallRawNotice(notice, buffer, ret_len) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZFreeNotice(notice) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" #define min(a,b) ((a)<(b)?(a):(b))
--- 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 <internal.h> +#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 <pwd.h>
--- 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 <internal.h> +#include "internal.h" #define min(a,b) ((a)<(b)?(a):(b))
--- 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 <internal.h> +#include "internal.h" int ZGetWGPort() {
--- 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 <internal.h> +#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)
--- 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 <internal.h> +#include "internal.h" #include <sys/socket.h> #ifdef ZEPHYR_USES_KERBEROS
--- 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 <internal.h> +#include "internal.h" #include <pwd.h>
--- 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 <internal.h> +#include "internal.h" #include <assert.h> #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";
--- 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 <internal.h> +#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
--- 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 <internal.h> +#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)
--- 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 <internal.h> +#include "internal.h" #include <sys/socket.h> Code_t ZOpenPort(port)
--- 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 <internal.h> +#include "internal.h" /* Assume that strlen is efficient on this machine... */ #define next_field(ptr) ptr += strlen (ptr) + 1
--- 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 <internal.h> +#include "internal.h" Code_t ZPeekIfNotice(notice, from, predicate, args) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZPeekNotice(notice, from) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZPeekPacket(buffer, ret_len, from) char **buffer;
--- 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 <internal.h> +#include "internal.h" int ZPending() {
--- 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 <internal.h> +#include "internal.h" #include <assert.h> #if 0
--- 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 <internal.h> +#include "internal.h" Code_t ZReceiveNotice(notice, from) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZReceivePacket(buffer, ret_len, from) ZPacket_t buffer;
--- 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 <internal.h> +#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 ();
--- 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 <internal.h> +#include "internal.h" Code_t ZSendList(notice, list, nitems, cert_routine) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZSendNotice(notice, cert_routine) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" #include <sys/socket.h> static int wait_for_hmack();
--- 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 <internal.h> +#include "internal.h" Code_t ZSendRawList(notice, list, nitems) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZSendRawNotice(notice) ZNotice_t *notice;
--- 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 <internal.h> +#include "internal.h" Code_t ZSetDestAddr(addr) struct sockaddr_in *addr;
--- 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 <internal.h> +#include "internal.h" Code_t ZSetFD(fd) int fd;
--- 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 <internal.h> +#include "internal.h" Code_t ZSetServerState(state) int state;
--- 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 <internal.h> +#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,
--- 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 <internal.h> +#include "internal.h" #include "util.h" #include <ctype.h>
--- 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: <Joe Random Hacker> * * $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 <internal.h> +#include "internal.h" #include <sys/socket.h> Code_t Z_WaitForNotice (notice, pred, arg, timeout)
--- 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 <internal.h> +#include "internal.h" #include <sys/socket.h> #ifndef INADDR_LOOPBACK
--- 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 <internal.h> +#include "internal.h" #include <arpa/inet.h> #include <sys/socket.h> #include <utmp.h> #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