diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
commit | 7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 (patch) | |
tree | 2b6d3a0598b45365f230c6f61cf8d8d784b7016d /net/samba36/files/patch-source3__lib__system.c | |
parent | Upgrade to 1.5.29. (diff) |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919
Diffstat (limited to 'net/samba36/files/patch-source3__lib__system.c')
-rw-r--r-- | net/samba36/files/patch-source3__lib__system.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/samba36/files/patch-source3__lib__system.c b/net/samba36/files/patch-source3__lib__system.c deleted file mode 100644 index c2f1b0635e80..000000000000 --- a/net/samba36/files/patch-source3__lib__system.c +++ /dev/null @@ -1,19 +0,0 @@ ---- ./source3/lib/system.c.orig 2011-08-09 13:17:47.000000000 +0200 -+++ ./source3/lib/system.c 2011-10-13 23:38:02.000000000 +0200 -@@ -2586,14 +2586,14 @@ - } - - /******************************************************************* -- An aio_fsync wrapper that will deal with 64-bit sizes. -+ An aio_suspend wrapper that will deal with 64-bit sizes. - ********************************************************************/ - - int sys_aio_suspend(const SMB_STRUCT_AIOCB * const cblist[], int n, const struct timespec *timeout) - { - #if defined(HAVE_EXPLICIT_LARGEFILE_SUPPORT) && defined(HAVE_AIOCB64) && defined(HAVE_AIO_SUSPEND64) - return aio_suspend64(cblist, n, timeout); --#elif defined(HAVE_AIO_FSYNC) -+#elif defined(HAVE_AIO_SUSPEND) - return aio_suspend(cblist, n, timeout); - #else - errno = ENOSYS; |