1
0
Fork 0
forked from soccera/rdo

Remove outdated crypt.h reference

This commit is contained in:
sw1tchbl4d3 2023-02-02 19:37:58 +01:00
parent c3f0b728ba
commit c17cc8a416

1
rdo.c
View file

@ -1,7 +1,6 @@
#include <pwd.h>
#include <grp.h>
#include <err.h>
#include <crypt.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>