summaryrefslogtreecommitdiff
path: root/openbsd-compat/strmode.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-08-25 01:10:51 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-08-25 01:10:51 +0000
commitaf4a6c3a5619299a16cfbb545cde110849596204 (patch)
tree4145a5d683ef920d9c1068c09d028e1ce5a73d96 /openbsd-compat/strmode.h
parent331b6af8fa96417cf126383de7e2ed024b7c7e2c (diff)
- (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications
and minor fixes.
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 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
5void strmode(register mode_t mode, register char *p); 5void strmode(int mode, char *p);
6 6
7#endif 7#endif