projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a00748f
)
detypo
Jarkko Hietaniemi [Mon, 20 Mar 2000 23:45:24 +0000 (23:45 +0000)]
p4raw-id: //depot/cfgperl@5845
t/op/taint.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/taint.t
b/t/op/taint.t
index
cc8ff87
..
890f8f2
100755
(executable)
--- a/
t/op/taint.t
+++ b/
t/op/taint.t
@@
-26,7
+26,7
@@
BEGIN {
}
if ($Config{d_shm} || $Config{d_msg}) {
require IPC::SysV;
- IPC::SysV->import(qw(IPC_PRIVATE IPC_RMID IPC_CREAT S_IRWXU);
+ IPC::SysV->import(qw(IPC_PRIVATE IPC_RMID IPC_CREAT S_IRWXU));
}
}