comparison src/protocols/zephyr/ZLocations.c @ 11105:64895571248f

[gaim-migrate @ 13153] CVS keywords are making my life difficult right now. I know I could change the keyword expansion somehow, but I don't see the use for them here, so I'm taking the easy (and IMO, better long-term) approach of removing them. My apologies for the commit spam. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 14 Jul 2005 02:19:01 +0000
parents 04cb7363260d
children f98c559a1682
comparison
equal deleted inserted replaced
11104:26141c66a74b 11105:64895571248f
2 * It contains source for the ZSetLocation, ZUnsetLocation, and 2 * It contains source for the ZSetLocation, ZUnsetLocation, and
3 * ZFlushMyLocations functions. 3 * ZFlushMyLocations functions.
4 * 4 *
5 * Created by: Robert French 5 * Created by: Robert French
6 * 6 *
7 * $Source$
8 * $Author: thekingant $
9 *
10 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology. 7 * Copyright (c) 1987,1988,1991 by the Massachusetts Institute of Technology.
11 * For copying and distribution information, see the file 8 * For copying and distribution information, see the file
12 * "mit-copyright.h". 9 * "mit-copyright.h".
13 */ 10 */
14 /* $Header$ */
15
16 #ifndef lint
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 $";
19 #endif
20 11
21 #include "internal.h" 12 #include "internal.h"
22 13
23 #ifndef WIN32 14 #ifndef WIN32
24 #include <pwd.h> 15 #include <pwd.h>