diff options
Diffstat (limited to 'openbsd-compat/strmode.h')
-rw-r--r-- | openbsd-compat/strmode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/strmode.h b/openbsd-compat/strmode.h index 64f7c8aae..236ecf2f4 100644 --- a/openbsd-compat/strmode.h +++ b/openbsd-compat/strmode.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* $Id: strmode.h,v 1.3 2001/06/09 02:22:17 mouring Exp $ */ | 1 | /* $Id: strmode.h,v 1.4 2003/08/25 01:10:52 mouring Exp $ */ |
2 | 2 | ||
3 | #ifndef HAVE_STRMODE | 3 | #ifndef HAVE_STRMODE |
4 | 4 | ||
5 | void strmode(register mode_t mode, register char *p); | 5 | void strmode(int mode, char *p); |
6 | 6 | ||
7 | #endif | 7 | #endif |