# HG changeset patch # User Christian Hammond # Date 1082797237 0 # Node ID 407355e05a0a3a2552e31aa82b369b649fa39060 # Parent 240c6282f546aa3e0ce822b2418dc3f17ed28de3 [gaim-migrate @ 9553] These files haven't been touched in ages, but someone was only able to compile Zephyr when was changed to "internal.h", so here we go. committer: Tailor Script diff -r 240c6282f546 -r 407355e05a0a src/protocols/zephyr/ZAsyncLocate.c --- a/src/protocols/zephyr/ZAsyncLocate.c Sat Apr 24 04:59:18 2004 +0000 +++ b/src/protocols/zephyr/ZAsyncLocate.c Sat Apr 24 09:00:37 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Marc Horowitz * * $Source$ - * $Author: thekingant $ + * $Author: chipx86 $ * * Copyright (c) 1990,1991 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_ZAsyncLocate_c[] = "$Id: ZAsyncLocate.c 8088 2003-11-11 07:08:13Z thekingant $"; +static const char rcsid_ZAsyncLocate_c[] = "$Id: ZAsyncLocate.c 9553 2004-04-24 09:00:37Z chipx86 $"; #endif Code_t ZRequestLocations(user, zald, kind, auth) diff -r 240c6282f546 -r 407355e05a0a src/protocols/zephyr/ZCkAuth.c --- a/src/protocols/zephyr/ZCkAuth.c Sat Apr 24 04:59:18 2004 +0000 +++ b/src/protocols/zephyr/ZCkAuth.c Sat Apr 24 09:00:37 2004 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: lschiere $ + * $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/ZCheckAuthentication.c,v 1.14 89/03/24 14:17:38 jtkohl Exp Locker: raeburn $"; #endif -#include +#include "internal.h" /* Check authentication of the notice. If it looks authentic but fails the Kerberos check, return -1.