Commit Graph

12 Commits (master)

Author SHA1 Message Date
heitbaum fe62199737 utils/nfs-ls: dont use nfs_mt_service_thread_ if not built with HAVE_MULTITHREADING 2022-01-28 23:38:04 +00:00
Ronnie Sahlberg 630a80c056 WIN32: add multithreading support for windows 2022-01-02 13:02:31 +10:00
Daniel Abrecht b3fd3ca7e4 Move win32/win32_compat.h to include/win32/win32_compat.h 2018-04-16 19:42:38 +00:00
Jean-Baptiste Kempf d02d5d0f5e The correct NDK define for Android is __ANDROID__
The ANDROID macro is not recommended
2016-01-09 13:35:11 +01:00
Ronnie Sahlberg c078a42353 Fix OSX build.
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2015-09-06 06:52:44 -07:00
MilhouseVH 221df2245e Removed unused variables from nfs-ls.c 2015-03-12 05:20:18 +00:00
Ronnie Sahlberg 9a02f775a8 nfs-ls: S_IFLNK is now avbailable under windows. No need for ifdef
We no longer need to ifdef out the S_IFLNK use in nfs-ls since this define
is now also available on windows.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2015-01-12 20:32:38 -08:00
wsnipex d814d1f785 fix building nfs-ls on android 2014-12-30 14:00:53 +01:00
Ronnie Sahlberg 2db42ce2fc ZDR: remove dependency on zdr.h from the examples and nfs-ls
Signed-off-by: Ronnie Sahlberg <sahlberg@localhost>
2014-07-05 12:44:18 -07:00
Ronnie Sahlberg 390ff38ad1 libnfs.c: add nlink to nfsdirent so we can get it for 'free'
update the nfs-ls utility to just use nfsdirent as is instead of having to
stat the files.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2014-06-08 11:40:35 -07:00
Alex Snast 76ead54bd3 nfs-ls: Fix crash when called with no arguments
When called with no argument we jump to 'finished' label
after which nfs_destroy_url is called with *url having
some garbage stack value.
2014-04-19 19:35:49 +03:00
Ronnie Sahlberg c7ddf2e5cb NFS-LS: Build nfs-ls as utils and make it install under bin 2014-03-21 18:31:05 -07:00