changeset 8791:407355e05a0a

[gaim-migrate @ 9553] These files haven't been touched in ages, but someone was only able to compile Zephyr when <internal.h> was changed to "internal.h", so here we go. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 24 Apr 2004 09:00:37 +0000
parents 240c6282f546
children 43d6c08d7e96
files src/protocols/zephyr/ZAsyncLocate.c src/protocols/zephyr/ZCkAuth.c
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 <internal.h>
+#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)
--- 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 <internal.h>
+#include "internal.h"
 
 /* Check authentication of the notice.
    If it looks authentic but fails the Kerberos check, return -1.