summaryrefslogtreecommitdiff
path: root/openbsd-compat/strmode.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-06-09 02:22:16 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-06-09 02:22:16 +0000
commitb30768f5045eb5d639b52c072184e592a7c31c94 (patch)
treeb2457da2c3a1d6d4df1aa4471e54c22246b383ee /openbsd-compat/strmode.h
parent23fec1471001e9a5caaae1e76ccc89593ac609b8 (diff)
- (bal) ANSIify strmode()
Diffstat (limited to 'openbsd-compat/strmode.h')
-rw-r--r--openbsd-compat/strmode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/strmode.h b/openbsd-compat/strmode.h
index cbb2644ed..64f7c8aae 100644
--- a/openbsd-compat/strmode.h
+++ b/openbsd-compat/strmode.h
@@ -1,7 +1,7 @@
1/* $Id: strmode.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */ 1/* $Id: strmode.h,v 1.3 2001/06/09 02:22:17 mouring Exp $ */
2 2
3#ifndef HAVE_STRMODE 3#ifndef HAVE_STRMODE
4 4
5void strmode( register mode_t mode, register char *p); 5void strmode(register mode_t mode, register char *p);
6 6
7#endif 7#endif