Author: lha
Date: 2006-10-07 08:21:24 +0000 (Sat, 07 Oct 2006)
New Revision: 567

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

Log:
place holders for socket wrapper to unbreak build
Added:
   trunk/heimdal/lib/roken/socket_wrapper.c
   trunk/heimdal/lib/roken/socket_wrapper.h


Changeset:
Added: trunk/heimdal/lib/roken/socket_wrapper.c
===================================================================
--- trunk/heimdal/lib/roken/socket_wrapper.c    2006-10-06 04:35:12 UTC (rev 
566)
+++ trunk/heimdal/lib/roken/socket_wrapper.c    2006-10-07 08:21:24 UTC (rev 
567)
@@ -0,0 +1,9 @@
+/*
+ * Placeholder for socket_wrapper.c
+ */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+RCSID ("$Id: socket_wrapper.c,v 1.1 2006/10/07 07:17:40 lha Exp $");
+#endif
+

Added: trunk/heimdal/lib/roken/socket_wrapper.h
===================================================================
--- trunk/heimdal/lib/roken/socket_wrapper.h    2006-10-06 04:35:12 UTC (rev 
566)
+++ trunk/heimdal/lib/roken/socket_wrapper.h    2006-10-07 08:21:24 UTC (rev 
567)
@@ -0,0 +1,3 @@
+/*
+ * Placeholder for socket_wrapper.h
+ */

Reply via email to