]> git.eshelyaron.com Git - emacs.git/commit
Allow using "number strings" as services on non-GNU systems
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 25 Feb 2016 05:24:03 +0000 (15:54 +1030)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 25 Feb 2016 05:24:03 +0000 (15:54 +1030)
commite7650ba63b552def6892ca7913194ee8c85f20d1
tree685fedc22d55ca9db41ad64741da5384ff670039
parentce6a03cb00fb95b3e32440c1388d5f40375aadb2
Allow using "number strings" as services on non-GNU systems

* src/process.c (string_integer_p): New function.
(Fmake_network_process): Use it to allow connecting to
services specified as "993" even when getaddrbyname isn't
available.
src/process.c