diff options
author | Matt Johnston <matt@ucc.asn.au> | 2021-03-04 21:03:02 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2021-03-04 21:03:02 +0800 |
commit | 03481aba068e534063f58ffaa4e8c2c060fa6e14 (patch) | |
tree | ece330526fa74a31bc2f2c7c9387939c65753cc1 /svr-auth.c | |
parent | 8b0fdf8010969204a443e877868fca772d18f31c (diff) |
Define _GNU_SOURCE properly, other header fixes
This lets -std=c89 build for gcc 8.4.0
Diffstat (limited to 'svr-auth.c')
-rw-r--r-- | svr-auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ /* This file (auth.c) handles authentication requests, passing it to the * particular type (auth-passwd, auth-pubkey). */ -#include <limits.h> #include "includes.h" #include "dbutil.h" |