Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 740 pull up r24568 from trunk ------------------------------------------------------------------------ r24568 | ghudson | 2010-12-14 13:46:46 -0500 (Tue, 14 Dec 2010) | 10 lines ticket: 6842 subject: Ensure time() is prototyped in g_accept_sec_context.c tags: pullup target_version: 1.9 r22736 added a call to time() in g_accept_sec_context.c. Include to ensure that this call is correctly prototyped. Previously was only included implicitly through , which doesn't apply when thread support is disabled. https://github.com/krb5/krb5/commit/2b725b6976a73439d96c9f421f2892876989c25f Commit By: tlyu Revision: 24573 Changed Files: U branches/krb5-1-9/src/lib/gssapi/mechglue/g_accept_sec_context.c