0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-27 06:18:57 +00:00
termux-packages/root-packages/nfs-utils/support-export-export.c.patch
2023-01-31 03:57:01 +00:00

15 lines
305 B
Diff

--- a/support/export/export.c
+++ b/support/export/export.c
@@ -20,6 +20,11 @@
#include <stdlib.h>
#include <dirent.h>
#include <errno.h>
+
+#ifdef __ANDROID__
+int versionsort(const struct dirent **, const struct dirent **);
+#endif
+
#include "xmalloc.h"
#include "nfslib.h"
#include "exportfs.h"