summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-irix.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-02-19 20:02:48 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-02-19 20:02:48 +0000
commitf095a8588237010852a3a85f971197a3a5b1d9ae (patch)
tree2af4cbb275dbe4ebeaa8a0471a437b2bf395e83c /openbsd-compat/port-irix.h
parent95ca7e9f1f004a8b57183660d744d1433bf508eb (diff)
downloadopenssh-git-f095a8588237010852a3a85f971197a3a5b1d9ae.tar.gz
- (bal) Migrate IRIX jobs/projects/audit/etc code to
openbsd-compat/port-irix.[ch] to improve readiblity of do_child()
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 00000000..2dd3c2e2
--- /dev/null
+++ b/openbsd-compat/port-irix.h
@@ -0,0 +1,5 @@
+#if defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY)
+
+void irix_setusercontext(struct passwd *pw);
+
+#endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */