comparison src/protocols/zephyr/ZLocations.c @ 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>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 24 Apr 2004 09:02:28 +0000
parents 08ce2a94d9c7
children 72f671a4e153
comparison
equal deleted inserted replaced
8791:407355e05a0a 8792:43d6c08d7e96
3 * ZFlushMyLocations functions. 3 * ZFlushMyLocations functions.
4 * 4 *
5 * Created by: Robert French 5 * Created by: Robert French
6 * 6 *
7 * $Source$ 7 * $Source$
8 * $Author: thekingant $ 8 * $Author: chipx86 $
9 * 9 *
10 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. 10 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology.
11 * For copying and distribution information, see the file 11 * For copying and distribution information, see the file
12 * "mit-copyright.h". 12 * "mit-copyright.h".
13 */ 13 */
16 #ifndef lint 16 #ifndef lint
17 static char rcsid_ZLocations_c[] = 17 static char rcsid_ZLocations_c[] =
18 "$Zephyr: /afs/athena.mit.edu/astaff/project/zephyr/src/lib/RCS/ZLocations.c,v 1.30 90/12/20 03:04:39 raeburn Exp $"; 18 "$Zephyr: /afs/athena.mit.edu/astaff/project/zephyr/src/lib/RCS/ZLocations.c,v 1.30 90/12/20 03:04:39 raeburn Exp $";
19 #endif 19 #endif
20 20
21 #include <internal.h> 21 #include "internal.h"
22 22
23 #include <pwd.h> 23 #include <pwd.h>
24 24
25 extern char *getenv(); 25 extern char *getenv();
26 extern int errno; 26 extern int errno;