aboutsummaryrefslogtreecommitdiff
path: root/libbb/login.c
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-02-09 22:40:34 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-02-09 22:40:34 +0000
commit21bf935124a326b069676fd6f5570e7b13f1d101 (patch)
tree058d47cfedf18269b0a6986a7536e9b812c74677 /libbb/login.c
parent23227868efd050b23154bbf75a42121caf4d1a12 (diff)
downloadbusybox-w32-21bf935124a326b069676fd6f5570e7b13f1d101.tar.gz
busybox-w32-21bf935124a326b069676fd6f5570e7b13f1d101.tar.bz2
busybox-w32-21bf935124a326b069676fd6f5570e7b13f1d101.zip
Fix compiler warnings, patch by Steven Scholz
git-svn-id: svn://busybox.net/trunk/busybox@6549 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/login.c')
-rw-r--r--libbb/login.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/login.c b/libbb/login.c
index 9b33f6c40..092f1594a 100644
--- a/libbb/login.c
+++ b/libbb/login.c
@@ -17,7 +17,7 @@
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 * 19 *
20 * $Id: login.c,v 1.1 2003/01/21 20:59:34 bug1 Exp $ 20 * $Id: login.c,v 1.2 2003/02/09 22:40:33 bug1 Exp $
21 */ 21 */
22 22
23#include <stdio.h> 23#include <stdio.h>
@@ -37,7 +37,6 @@ void print_login_issue(const char *issue_file, const char *tty)
37 FILE *fd; 37 FILE *fd;
38 int c; 38 int c;
39 char buf[256]; 39 char buf[256];
40 char *ret;
41 time_t t; 40 time_t t;
42 struct utsname uts; 41 struct utsname uts;
43 42