From f960b3872a668ed1b53bd50c5b6a708367332f3c Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 23 Apr 2012 00:18:45 +0800 Subject: Making progress toward a release Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods --- src/unix.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/unix.c') diff --git a/src/unix.c b/src/unix.c index 935d4c3..f972738 100644 --- a/src/unix.c +++ b/src/unix.c @@ -1,8 +1,6 @@ /*=========================================================================*\ * Unix domain socket * LuaSocket toolkit -* -* RCS ID: $Id: unix.c,v 1.14 2009/05/27 09:31:35 diego Exp $ \*=========================================================================*/ #include -- cgit v1.2.3-55-g6feb