projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e1dfb34
)
s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
Jarkko Hietaniemi [Mon, 30 Nov 1998 08:14:00 +0000 (08:14 +0000)]
p4raw-id: //depot/cfgperl@2417
ext/Socket/Socket.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/Socket/Socket.xs
b/ext/Socket/Socket.xs
index
1c541d7
..
0bd6e59
100644
(file)
--- a/
ext/Socket/Socket.xs
+++ b/
ext/Socket/Socket.xs
@@
-602,7
+602,7
@@
constant(char *name, int arg)
#endif
if (strEQ(name, "SCM_CREDENTIALS"))
#ifdef SCM_CREDENTIALS
- return SCM_CREDENTIALSS;
+ return SCM_CREDENTIALS;
#else
goto not_there;
#endif