diff options
| author | Mattias Andrée <maandree@kth.se> | 2020-08-29 05:33:44 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2020-08-29 05:33:55 +0200 |
| commit | 2489f8de7ac1119c0da31279cdc091b83427e4dc (patch) | |
| tree | 50bdded83410f90de7029821c57a53bd91b85ccd /src/security.c | |
| parent | getpwnam returns EIO if user does not exist (diff) | |
| download | cerberus-2489f8de7ac1119c0da31279cdc091b83427e4dc.tar.gz cerberus-2489f8de7ac1119c0da31279cdc091b83427e4dc.tar.bz2 cerberus-2489f8de7ac1119c0da31279cdc091b83427e4dc.tar.xz | |
Udpdate for new version of glibcHEAD1598672167master
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/security.c')
| -rw-r--r-- | src/security.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/security.c b/src/security.c index e4a6459..9a1faf3 100644 --- a/src/security.c +++ b/src/security.c @@ -1,7 +1,7 @@ /** * cerberus – Minimal login program * - * Copyright © 2013, 2014, 2015, 2016 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014, 2015, 2016, 2020 Mattias Andrée (maandree@kth.se) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,7 +22,6 @@ #include <termios.h> #include <fcntl.h> #include <signal.h> -#include <stropts.h> #include <errno.h> #if defined(OWN_VCSA) || defined(OWN_VCS) #include <string.h> |
