diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/device_open.c | 2 | ||||
-rw-r--r-- | libbb/process_escape_sequence.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbb/device_open.c b/libbb/device_open.c index 30b33d7..42da1e1 100644 --- a/libbb/device_open.c +++ b/libbb/device_open.c @@ -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; diff --git a/libbb/process_escape_sequence.c b/libbb/process_escape_sequence.c index 67b0490..9a16f80 100644 --- a/libbb/process_escape_sequence.c +++ b/libbb/process_escape_sequence.c @@ -3,7 +3,7 @@ * Utility routines. * * Copyright (C) Manuel Nova III <mnovoa3@bellsouth.net> - * and Vladimir Oleynik <vodz@usa.net> + * and Vladimir Oleynik <dzo@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 |