summaryrefslogtreecommitdiff
path: root/ext/Socket
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-11-30 08:14:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-11-30 08:14:00 +0000
commitb4be96abee3e02e46345da5f24904c7588e0cc2d (patch)
tree1a7345d6d73d7519b3ecaa66c863107288e9837b /ext/Socket
parente1dfb34bfc42ff65ed44f37b855c1f4b6cc2109e (diff)
downloadperl-b4be96abee3e02e46345da5f24904c7588e0cc2d.tar.gz
s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
p4raw-id: //depot/cfgperl@2417
Diffstat (limited to 'ext/Socket')
-rw-r--r--ext/Socket/Socket.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Socket.xs b/ext/Socket/Socket.xs
index 1c541d7cef..0bd6e59057 100644
--- 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