From 68229837ff1e690190d51b74b281cfe999220e6d Mon Sep 17 00:00:00 2001 From: "\"Robert P. J. Day\"" Date: Sat, 1 Jul 2006 13:08:46 +0000 Subject: Remove all usage of the "register" storage class specifier. --- loginutils/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils/login.c') diff --git a/loginutils/login.c b/loginutils/login.c index 46c4ade56..789293af5 100644 --- a/loginutils/login.c +++ b/loginutils/login.c @@ -377,7 +377,7 @@ static int is_my_tty ( const char *tty ) static void motd (void) { FILE *fp; - register int c; + int c; if (( fp = fopen ( bb_path_motd_file, "r" ))) { while (( c = getc ( fp )) != EOF ) -- cgit v1.2.3