Remove local main() definition.
[dragonfly.git] / crypto / openssh / openbsd-compat / port-irix.h
1 #if defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY)
2
3 void irix_setusercontext(struct passwd *pw);
4
5 #endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */