From f095a8588237010852a3a85f971197a3a5b1d9ae Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Tue, 19 Feb 2002 20:02:48 +0000 Subject: - (bal) Migrate IRIX jobs/projects/audit/etc code to openbsd-compat/port-irix.[ch] to improve readiblity of do_child() --- openbsd-compat/port-irix.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openbsd-compat/port-irix.h (limited to 'openbsd-compat/port-irix.h') 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 @@ +#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) */ -- cgit v1.2.3