summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-irix.h
blob: fd9f09e6cb67d7067a5a7cb5ff6a9c62d77581b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* XXX - BSD license */

#ifndef _PORT_IRIX_H
#define _PORT_IRIX_H

#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) */

#endif /* ! _PORT_IRIX_H */