]> git.mdlowis.com Git - proto/albase.git/commitdiff
Remove username and hostname remnants from getty
authorMike Lowis <mike.lowis@gentex.com>
Wed, 27 Apr 2016 20:18:18 +0000 (16:18 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Wed, 27 Apr 2016 20:18:18 +0000 (16:18 -0400)
source/getty.c

index 7af8da1dd830877f946e529ae5cbafa29c062176..75c22b773ec844662350b1d04df192f0fae6bc8a 100644 (file)
@@ -15,6 +15,8 @@ char* ARGV0;
 static char* TTY  = "/dev/tty1";
 static char* TERM = "linux";
 static char* UTMP = "/var/run/utmp";
+static char  Hostname[256] = {0};
+static char  Username[256] = {0};
 
 static void ignoresig(int signal, int ignore) {
     struct sigaction sigact;