From: Jarkko Hietaniemi Date: Mon, 30 Nov 1998 08:14:00 +0000 (+0000) Subject: s/SCM_CREDENTIALSS/SCM_CREDENTIAL/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b4be96abee3e02e46345da5f24904c7588e0cc2d;p=p5sagit%2Fp5-mst-13.2.git s/SCM_CREDENTIALSS/SCM_CREDENTIAL/ p4raw-id: //depot/cfgperl@2417 --- diff --git a/ext/Socket/Socket.xs b/ext/Socket/Socket.xs index 1c541d7..0bd6e59 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