diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 17:32:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-29 17:32:27 +0000 |
commit | 4f309e22b6a6724aa264cfb7b3fe23d65dadfd18 (patch) | |
tree | 99faa8352e8bc89c19817a3af6675102eee0d655 /Configure | |
parent | 458512dc6327ab978b7534dc2307a5a7f64e3bb5 (diff) | |
download | perl-4f309e22b6a6724aa264cfb7b3fe23d65dadfd18.tar.gz |
Make the failsafe question about socket address structure
sizes hopefully a bit less confusing.
p4raw-id: //depot/cfgperl@5362
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Tue Feb 29 19:02:20 EET 2000 [metaconfig 3.0 PL70] +# Generated on Tue Feb 29 19:31:46 EET 2000 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -13626,7 +13626,7 @@ EOM done : In case none of those worked, prompt the user. case "$socksizetype" in - '') rp='What is the type for the last argument to accept()?' + '') rp='What is the type for socket address structure sizes?' dflt='int' . ./myread socksizetype=$ans |