[BusyBox-cvs] busybox/libbb device_open.c,1.2,1.3 process_escape_sequence.c,1.2,1.3
Glenn McGrath
bug1 at busybox.net
Mon Jan 13 22:09:53 UTC 2003
Update of /var/cvs/busybox/libbb
In directory winder:/tmp/cvs-serv5385/libbb
Modified Files:
device_open.c process_escape_sequence.c
Log Message:
Correct some init issues, update email address, last_patch78 by Vladimir
N. Oleynik
Index: device_open.c
===================================================================
RCS file: /var/cvs/busybox/libbb/device_open.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- device_open.c 24 Oct 2001 04:59:38 -0000 1.2
+++ device_open.c 13 Jan 2003 22:09:49 -0000 1.3
@@ -25,7 +25,7 @@
/* try to open up the specified device */
-extern int device_open(char *device, int mode)
+extern int device_open(const char *device, int mode)
{
int m, f, fd = -1;
Index: process_escape_sequence.c
===================================================================
RCS file: /var/cvs/busybox/libbb/process_escape_sequence.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- process_escape_sequence.c 9 Apr 2001 22:48:12 -0000 1.2
+++ process_escape_sequence.c 13 Jan 2003 22:09:49 -0000 1.3
@@ -3,7 +3,7 @@
* Utility routines.
*
* Copyright (C) Manuel Nova III <mnovoa3 at bellsouth.net>
- * and Vladimir Oleynik <vodz at usa.net>
+ * and Vladimir Oleynik <dzo at simtreas.ru>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
More information about the busybox-cvs
mailing list