aboutsummaryrefslogtreecommitdiffstats
path: root/src/security.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-08-29 05:33:44 +0200
committerMattias Andrée <maandree@kth.se>2020-08-29 05:33:55 +0200
commit2489f8de7ac1119c0da31279cdc091b83427e4dc (patch)
tree50bdded83410f90de7029821c57a53bd91b85ccd /src/security.c
parentgetpwnam returns EIO if user does not exist (diff)
downloadcerberus-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.c3
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>