[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r6993: test commit (bsockets/trunk)
Author: chiussi
Date: 2006-08-08 19:35:20 -0400 (Tue, 08 Aug 2006)
New Revision: 6993
Modified:
bsockets/trunk/bsocket.c
Log:
test commit
Modified: bsockets/trunk/bsocket.c
===================================================================
--- bsockets/trunk/bsocket.c 2006-08-08 23:15:44 UTC (rev 6992)
+++ bsockets/trunk/bsocket.c 2006-08-08 23:35:20 UTC (rev 6993)
@@ -2,6 +2,8 @@
#include "bsocket.h"
+//
+
#ifdef USE_WIN32
int bsocketpair(int domain, int type, int protocol, int fd[2]) {