diff options
Diffstat (limited to 'regress/sys/kern/splice/error-EBUSY.pl')
-rwxr-xr-x | regress/sys/kern/splice/error-EBUSY.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sys/kern/splice/error-EBUSY.pl b/regress/sys/kern/splice/error-EBUSY.pl index e75431413ea..1f72809d214 100755 --- a/regress/sys/kern/splice/error-EBUSY.pl +++ b/regress/sys/kern/splice/error-EBUSY.pl @@ -3,7 +3,7 @@ use Errno; use IO::Socket; -use constant SO_SPLICE => 0x1023; +use BSD::Socket::Splice "SO_SPLICE"; my $sl = IO::Socket::INET->new( Proto => "tcp", |