Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!gem.mps.ohio-state.edu!ginosko!uunet!mcsun!hp4nl!targon!ruud From: ruud@targon.UUCP (Ruud Harmsen) Newsgroups: comp.lang.c Subject: Re: UNIX-like crypt function Keywords: crypt unix ibm-pc Message-ID: <605@targon.UUCP> Date: 23 Aug 89 08:39:49 GMT References: <855@eutrc3.urc.tue.nl> <2152@netcom.UUCP> <17369@ut-emx.UUCP> <10793@smoke.BRL.MIL> <164@spam.ua.oz> Reply-To: ruud@targon.UUCP (Ruud Harmsen) Organization: Nixdorf Computer BV., SWP, P.O. Box 29,Vianen, The Netherlands Lines: 10 In article <164@spam.ua.oz> wvenable@spam.oz.au (Bill Venables) writes: > Let me confirm (although noone seems to doubt it) that the crypt() facility > is not available on UNIX machines in Australia, and I must say I find this > circumstance, although petty, a rather gratuitous insult from Uncle Sam. > I presume you are talking about the PROGRAM crypt (in section 1 of the man- pages), whereas other had the SUBROUTINE crypt(3) in mind. These two, despite their names, HAVE NOTHING TO DO with each other! crypt(3) is available on all UNIXes (though not as source), crypt(1) is not.