Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / openssh / openbsd-compat / strmode.h
1 /* $Id: strmode.h,v 1.3 2001/06/09 02:22:17 mouring Exp $ */
2
3 #ifndef HAVE_STRMODE
4
5 void strmode(register mode_t mode, register char *p);
6
7 #endif