remove system library prototypes

This commit is contained in:
Patrick Georgi
2025-12-18 22:58:26 +01:00
parent 1a524cb93a
commit de2c06c54d
14 changed files with 5 additions and 37 deletions
-1
View File
@@ -990,7 +990,6 @@ Authenticate( struct display *d, char *name, char *passwd, char **msg )
static int login_attempts = 0; /* # failed authentications */
struct passwd *p; /* password structure */
char *crypt();
int n;