~ubuntu-branches/debian/jessie/ldb/jessie

« back to all changes in this revision

Viewing changes to lib/replace/system/network.h

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-07-05 23:32:23 UTC
  • mfrom: (1.3.16)
  • Revision ID: package-import@ubuntu.com-20140705233223-dss2i2wmfksxbivh
Tags: 1:1.1.18-1
* New upstream release.
 + Depend on tdb >= 1.3.2.
 + Fixes __attribute__((visibility)) check to not use nested functions.
   Closes: #749987
* Use canonical URL in Vcs-Git field.
* Specify branch in Vcs-Git field.
* Add 02_hurd: link against pthread on the Hurd, to fix ldb module
  loading. Closes: #749095

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#error "AC_LIBREPLACE_NETWORK_CHECKS missing in configure"
32
32
#endif
33
33
 
 
34
#ifdef HAVE_UNISTD_H
34
35
#include <unistd.h>
 
36
#endif
35
37
 
36
38
#ifdef HAVE_SYS_SOCKET_H
37
39
#include <sys/socket.h>
77
79
#include <net/if.h>
78
80
#endif
79
81
 
80
 
#ifdef HAVE_UNISTD_H
81
 
#include <unistd.h>
82
 
#endif
83
 
 
84
82
#ifdef HAVE_SYS_IOCTL_H
85
83
#include <sys/ioctl.h>
86
84
#endif