diff options
author | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:29 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1992-06-08 04:52:29 +0000 |
commit | 9f971974f4068f821b286dfeb06c5a63adf2bc09 (patch) | |
tree | 5f58103dd79720bccb1902586761fc5b145f58cd /hints/dynix.sh | |
parent | 68decaef0a08fcd5db3193f825cfdfc539b67ccb (diff) | |
download | perl-9f971974f4068f821b286dfeb06c5a63adf2bc09.tar.gz |
perl 4.0 patch 23: patch #20, continued
See patch #20.
Diffstat (limited to 'hints/dynix.sh')
-rw-r--r-- | hints/dynix.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/dynix.sh b/hints/dynix.sh index 34bc1b938a..dca74b4381 100644 --- a/hints/dynix.sh +++ b/hints/dynix.sh @@ -1 +1,2 @@ d_castneg=undef +libswanted=`echo $libswanted | sed -e 's/socket /socket seq inet /'` |