summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-06 00:00:36 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-06 00:05:46 -0700
commit59cb358fda0e5281bcd89f23cc24bc54bb517567 (patch)
tree46e6a76f88a5343f4392a8439fa6a72cc961c420 /popt
parentbb16db1747e1119e3cbdbcee6d47ecd68def66cc (diff)
downloadrsync-59cb358fda0e5281bcd89f23cc24bc54bb517567.tar.gz
More TANDEM changes
- Handle a non-0 root uid. - Handle alternate major/minor/MAKEDEV funcs. - Other misc compatibility tweaks.
Diffstat (limited to 'popt')
-rw-r--r--popt/system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/popt/system.h b/popt/system.h
index 50cecaf5..25c22dae 100644
--- a/popt/system.h
+++ b/popt/system.h
@@ -11,6 +11,10 @@ extern __const __int32_t *__ctype_toupper;
/*@=declundef@*/
#endif
+#ifdef __TANDEM
+# include <floss.h(floss_execvp,floss_read)>
+#endif
+
#include <ctype.h>
#include <errno.h>