crypt module (Steve M's)

This commit is contained in:
Guido van Rossum 1994-05-06 14:25:39 +00:00
parent 7a325c385b
commit e4c6131baa
4 changed files with 37 additions and 320 deletions

View file

@ -65,6 +65,7 @@ dbm dbmmodule.o # dbm(3) may require -ldbm or similar
fcntl fcntlmodule.o # fcntl(2) and ioctl(2)
nis nismodule.o # Sun yellow pages -- not everywhere
pwd grp pwdmodule.o # pwd(3) and grp(3)
crypt cryptmodule.o # crypt(3)
select selectmodule.o # select(2); not on ancient System V
socket socketmodule.o # socket(2); not on ancient System V