summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-irix.h
diff options
context:
space:
mode:
authormouring <mouring>2002-02-19 20:02:48 +0000
committermouring <mouring>2002-02-19 20:02:48 +0000
commitc50dc31f3bad44ae1c9f4d7cf78950f479777a4c (patch)
tree6b36a72d9332dd8d0f1193bcb57d28b201452f9b /openbsd-compat/port-irix.h
parent2c926630397425ba0191c1d9837adc47d4334fd3 (diff)
downloadopenssh-c50dc31f3bad44ae1c9f4d7cf78950f479777a4c.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) */