From af4a6c3a5619299a16cfbb545cde110849596204 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 25 Aug 2003 01:10:51 +0000 Subject: - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansifications and minor fixes. --- openbsd-compat/strmode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbsd-compat/strmode.h') 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 @@ -/* $Id: strmode.h,v 1.3 2001/06/09 02:22:17 mouring Exp $ */ +/* $Id: strmode.h,v 1.4 2003/08/25 01:10:52 mouring Exp $ */ #ifndef HAVE_STRMODE -void strmode(register mode_t mode, register char *p); +void strmode(int mode, char *p); #endif -- cgit v1.2.3