svn commit: samba r12629 - in branches/SAMBA_4_0/source/client: .

abartlet at samba.org abartlet at samba.org
Sat Dec 31 02:03:27 GMT 2005


Author: abartlet
Date: 2005-12-31 02:03:26 +0000 (Sat, 31 Dec 2005)
New Revision: 12629

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12629

Log:
Add a comment so minimal_includes.pl doesn't try and remove this.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/client/client.c


Changeset:
Modified: branches/SAMBA_4_0/source/client/client.c
===================================================================
--- branches/SAMBA_4_0/source/client/client.c	2005-12-31 01:59:08 UTC (rev 12628)
+++ branches/SAMBA_4_0/source/client/client.c	2005-12-31 02:03:26 UTC (rev 12629)
@@ -34,7 +34,7 @@
 #include "system/readline.h"
 #include "pstring.h"
 #include "auth/gensec/gensec.h"
-#include "system/time.h"
+#include "system/time.h" /* needed by some systems for asctime() */
 
 static struct smbcli_state *cli;
 static int port = 0;



More information about the samba-cvs mailing list