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.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/openbsd-compat/port-irix.h b/openbsd-compat/port-irix.h
index 2dd3c2e25..fd9f09e6c 100644
--- a/openbsd-compat/port-irix.h
+++ b/openbsd-compat/port-irix.h
@@ -1,5 +1,14 @@
1#if defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) 1/* XXX - BSD license */
2
3#ifndef _PORT_IRIX_H
4#define _PORT_IRIX_H
5
6#if defined(WITH_IRIX_PROJECT) || \
7 defined(WITH_IRIX_JOBS) || \
8 defined(WITH_IRIX_ARRAY)
2 9
3void irix_setusercontext(struct passwd *pw); 10void irix_setusercontext(struct passwd *pw);
4 11
5#endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */ 12#endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */
13
14#endif /* ! _PORT_IRIX_H */