]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Add "use Fcntl" to resolve O_RDWR|O_CREAT|O_EXCL macros used in
authorGuy Helmer <ghelmer@FreeBSD.org>
Wed, 1 Aug 2001 16:32:36 +0000 (16:32 +0000)
committerGuy Helmer <ghelmer@FreeBSD.org>
Wed, 1 Aug 2001 16:32:36 +0000 (16:32 +0000)
new sysopen call.

PR: 29366 (in part)

adduser/rmuser.perl

index 778cea268cba26226700a4f1891267cd05c7e20c..08fb0fc59240f04e85ba69b867c0638b2f9a659f 100644 (file)
@@ -32,6 +32,8 @@
 #
 # $FreeBSD$
 
+use Fcntl;
+
 sub LOCK_SH {0x01;}
 sub LOCK_EX {0x02;}
 sub LOCK_NB {0x04;}