]> andersk Git - openssh.git/blobdiff - loginrec.c
- (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined and
[openssh.git] / loginrec.c
index aa8f5b6c3f8b96a96264668abdadb5f8b32b8511..897921c633d5c00e45a764a427189cffde8ac913 100644 (file)
@@ -1354,11 +1354,7 @@ static int
 syslogin_perform_logout(struct logininfo *li)
 {
 # ifdef HAVE_LOGOUT
-# ifdef UT_LINESIZE
        char line[UT_LINESIZE];
-# else
-       char line[8];
-# endif
 
        (void)line_stripname(line, li->line, sizeof(line));
 
This page took 0.029654 seconds and 4 git commands to generate.