svn commit: lorikeet r629 - in trunk/heimdal/appl/xnlock: .

lha at samba.org lha at samba.org
Sat Oct 21 14:11:07 GMT 2006


Author: lha
Date: 2006-10-21 14:11:06 +0000 (Sat, 21 Oct 2006)
New Revision: 629

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

Log:
dont include <X11/Xos.h>
Modified:
   trunk/heimdal/appl/xnlock/xnlock.c


Changeset:
Modified: trunk/heimdal/appl/xnlock/xnlock.c
===================================================================
--- trunk/heimdal/appl/xnlock/xnlock.c	2006-10-21 13:38:33 UTC (rev 628)
+++ trunk/heimdal/appl/xnlock/xnlock.c	2006-10-21 14:11:06 UTC (rev 629)
@@ -8,7 +8,7 @@
  */
 #ifdef HAVE_CONFIG_H
 #include <config.h>
-RCSID("$Id: xnlock.c,v 1.104 2006/05/13 16:20:53 lha Exp $");
+RCSID("$Id: xnlock.c,v 1.106 2006/10/21 14:09:56 lha Exp $");
 #endif
 
 #include <stdio.h>
@@ -19,10 +19,6 @@
 #include <X11/Intrinsic.h>
 #include <X11/keysym.h>
 #include <X11/Shell.h>
-#include <X11/Xos.h>
-#ifdef strerror
-#undef strerror
-#endif
 #include <ctype.h>
 #ifdef HAVE_SYS_TYPES_H
 #include <sys/types.h>



More information about the samba-cvs mailing list