Add "use Fcntl" to resolve O_RDWR|O_CREAT|O_EXCL macros used in

new sysopen call.

PR:		29366 (in part)
This commit is contained in:
Guy Helmer 2001-08-01 16:32:36 +00:00
parent d81b7e782a
commit 3b62c20eda

View File

@ -32,6 +32,8 @@
#
# $FreeBSD$
use Fcntl;
sub LOCK_SH {0x01;}
sub LOCK_EX {0x02;}
sub LOCK_NB {0x04;}