Comparison

net/dns.lua @ 1729:2876a0ecceab

net/dns: Fixed regression causing nameserver initialization to fail on Windows
author Waqas Hussain <waqas20@gmail.com>
date Wed, 02 Sep 2009 19:23:02 +0500
parent 1713:252afc358000
child 1788:45779d67c26c
comparison
equal deleted inserted replaced
1728:cb4c94b47d53 1729:2876a0ecceab
15 15
16 16
17 require 'socket' 17 require 'socket'
18 local ztact = require 'util.ztact' 18 local ztact = require 'util.ztact'
19 local require = require 19 local require = require
20 local os = os;
20 21
21 local coroutine, io, math, socket, string, table = 22 local coroutine, io, math, socket, string, table =
22 coroutine, io, math, socket, string, table 23 coroutine, io, math, socket, string, table
23 24
24 local ipairs, next, pairs, print, setmetatable, tostring, assert, error, unpack = 25 local ipairs, next, pairs, print, setmetatable, tostring, assert, error, unpack =