~ubuntu-branches/ubuntu/wily/trafficserver/wily

« back to all changes in this revision

Viewing changes to lib/ts/ink_sock.cc

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2012-12-17 22:28:16 UTC
  • mfrom: (5.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121217222816-7xwjsx5k76zkb63d
Tags: 3.2.0-1ubuntu1
* Revert FreeBSD strerror_r() fixes that give errors with glibc 2.16.
* Apply patch from Konstantinos Margaritis to define barriers on ARM.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
}
165
165
 
166
166
int
167
 
safe_bind(int s, struct sockaddr *name, int namelen)
 
167
safe_bind(int s, struct sockaddr const* name, int namelen)
168
168
{
169
169
  int r;
170
170
  CHECK_PLAUSIBLE_SOCKADDR(name, __FILE__, __LINE__);