projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b9d1c43
)
unsigned is a more reasonable socksizetype default (from
Gurusamy Sarathy [Sun, 19 Mar 2000 17:57:31 +0000 (17:57 +0000)]
Laszlo <ml1050@freemail.hu>)
p4raw-id: //depot/perl@5831
Configure
patch
|
blob
|
blame
|
history
diff --git
a/Configure
b/Configure
index
33d0566
..
f4138e6
100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-13881,7
+13881,7
@@
EOM
esac
;;
*) : no sockets, so pick relatively harmless defaults
- socksizetype='char *'
+ socksizetype='unsigned'
;;
esac