[BusyBox-cvs] busybox/util-linux dmesg.c,1.26,1.27

Erik Andersen andersen at codepoet.org
Fri Mar 7 17:59:35 UTC 2003


Update of /var/cvs/busybox/util-linux
In directory winder:/tmp/cvs-serv18205

Modified Files:
	dmesg.c 
Log Message:
Save a few bytes and remove a redundant string


Index: dmesg.c
===================================================================
RCS file: /var/cvs/busybox/util-linux/dmesg.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- dmesg.c	7 Mar 2003 17:33:40 -0000	1.26
+++ dmesg.c	7 Mar 2003 17:59:32 -0000	1.27
@@ -98,5 +98,5 @@
 #endif
 	return EXIT_SUCCESS;
 die_the_death:
-	perror_msg_and_die("klogctl");
+	perror_msg_and_die(NULL);
 }




More information about the busybox-cvs mailing list