comparison src/protocols/zephyr/ZWait4Not.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 5727afad0fb8
children
comparison
equal deleted inserted replaced
11104:26141c66a74b 11105:64895571248f
1 /* This file is part of the Project Athena Zephyr Notification System. 1 /* This file is part of the Project Athena Zephyr Notification System.
2 * It contains the ZCheckIfNotice/select loop used for waiting for 2 * It contains the ZCheckIfNotice/select loop used for waiting for
3 * a notice, with a timeout. 3 * a notice, with a timeout.
4 *
5 * Created by: <Joe Random Hacker>
6 *
7 * $Source$
8 * $Author: thekingant $
9 * 4 *
10 * Copyright (c) 1991 by the Massachusetts Institute of Technology. 5 * Copyright (c) 1991 by the Massachusetts Institute of Technology.
11 * For copying and distribution information, see the file 6 * For copying and distribution information, see the file
12 * "mit-copyright.h". 7 * "mit-copyright.h".
13 */ 8 */
14
15 #include "mit-copyright.h"
16
17 #ifndef lint
18 static char rcsid_ZWaitForNotice_c[] = "$Zephyr$";
19 #endif
20 9
21 #include "internal.h" 10 #include "internal.h"
22 11
23 #ifdef WIN32 12 #ifdef WIN32
24 #include <winsock2.h> 13 #include <winsock2.h>