summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-irix.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/port-irix.h')
-rw-r--r--openbsd-compat/port-irix.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsd-compat/port-irix.h b/openbsd-compat/port-irix.h
new file mode 100644
index 000000000..2dd3c2e25
--- /dev/null
+++ b/openbsd-compat/port-irix.h
@@ -0,0 +1,5 @@
1#if defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY)
2
3void irix_setusercontext(struct passwd *pw);
4
5#endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */