diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-11-19 01:08:57 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-11-19 01:08:57 +0100 |
commit | db52f5cb409b9df43f9d231f78339f7787d9c7a4 (patch) | |
tree | 0096c258ea06cb2693846bae1a904a93a1a9b36f /src/cerberus.h | |
parent | m + redisable echo when the tty has been reopened (diff) | |
download | libpassphrase-db52f5cb409b9df43f9d231f78339f7787d9c7a4.tar.gz libpassphrase-db52f5cb409b9df43f9d231f78339f7787d9c7a4.tar.bz2 libpassphrase-db52f5cb409b9df43f9d231f78339f7787d9c7a4.tar.xz |
move exec instructions into login.c
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/cerberus.h')
-rw-r--r-- | src/cerberus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cerberus.h b/src/cerberus.h index b5501a4..e195245 100644 --- a/src/cerberus.h +++ b/src/cerberus.h @@ -24,7 +24,6 @@ #include <stdlib.h> #include <unistd.h> #include <signal.h> -#include <string.h> #include <pwd.h> #include <errno.h> #include <sys/wait.h> |