Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the
[unix-history] / lib / libc / gen / crypt_dummy.c
char *
crypt (k, s) char *k,*s; {
write(2,"Crypt not present in system\n", 29);
return(k);
}