diff options
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> |
