summaryrefslogtreecommitdiff
path: root/other/ssharp/openbsd-compat/strmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/ssharp/openbsd-compat/strmode.h')
-rw-r--r--other/ssharp/openbsd-compat/strmode.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/other/ssharp/openbsd-compat/strmode.h b/other/ssharp/openbsd-compat/strmode.h
new file mode 100644
index 0000000..c1f5623
--- /dev/null
+++ b/other/ssharp/openbsd-compat/strmode.h
@@ -0,0 +1,7 @@
1/* $Id: strmode.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */
2
3#ifndef HAVE_STRMODE
4
5void strmode( register mode_t mode, register char *p);
6
7#endif