[BusyBox-cvs] busybox/libbb login.c,1.2,1.3
Glenn McGrath
bug1 at busybox.net
Tue May 13 13:28:29 UTC 2003
- Previous message: [BusyBox-cvs] busybox/init minit.c,NONE,1.1 msvc.c,NONE,1.1 pidfilehack.c,NONE,1.1 Config.in,1.1,1.2 Makefile.in,1.3,1.4
- Next message: [BusyBox-cvs] busybox/include usage.h,1.149,1.150
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox/libbb
In directory winder:/tmp/cvs-serv6767/libbb
Modified Files:
login.c
Log Message:
Fix \l so it doesnt print the character as well as the tty, from old
patch by Nick Fedchik
Index: login.c
===================================================================
RCS file: /var/cvs/busybox/libbb/login.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- login.c 9 Feb 2003 22:40:33 -0000 1.2
+++ login.c 13 May 2003 13:28:25 -0000 1.3
@@ -95,6 +95,7 @@
case 'l':
printf("%s", tty);
+ break;
default:
putchar(c);
- Previous message: [BusyBox-cvs] busybox/init minit.c,NONE,1.1 msvc.c,NONE,1.1 pidfilehack.c,NONE,1.1 Config.in,1.1,1.2 Makefile.in,1.3,1.4
- Next message: [BusyBox-cvs] busybox/include usage.h,1.149,1.150
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list