diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /net/vde/files/patch-slirpvde__slirp_config.h | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'net/vde/files/patch-slirpvde__slirp_config.h')
-rw-r--r-- | net/vde/files/patch-slirpvde__slirp_config.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/net/vde/files/patch-slirpvde__slirp_config.h b/net/vde/files/patch-slirpvde__slirp_config.h new file mode 100644 index 000000000000..dfd1288b6c2e --- /dev/null +++ b/net/vde/files/patch-slirpvde__slirp_config.h @@ -0,0 +1,33 @@ +--- slirpvde/slirp_config.h Sat Jan 29 15:02:08 2005 ++++ slirpvde/slirp_config.h Sat Jan 29 15:15:18 2005 +@@ -61,10 +61,18 @@ + #define HAVE_STDLIB_H + + /* Define if you have sys/ioctl.h */ ++#ifdef __FreeBSD__ ++#define HAVE_SYS_IOCTL_H ++#else + #undef HAVE_SYS_IOCTL_H ++#endif + + /* Define if you have sys/filio.h */ ++#ifdef __FreeBSD__ ++#define HAVE_SYS_FILIO_H ++#else + #undef HAVE_SYS_FILIO_H ++#endif + + /* Define if you have strerror */ + #define HAVE_STRERROR +@@ -162,7 +170,11 @@ + #define HAVE_MEMMOVE + + /* Define if you have <termios.h> */ ++#ifdef __FreeBSD__ ++#define HAVE_TERMIOS_H ++#else + #undef HAVE_TERMIOS_H ++#endif + + /* Define if you have gethostid */ + #undef HAVE_GETHOSTID |