mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Fix compile warning with OSF
This commit is contained in:
parent
e167d69309
commit
35631a6e00
1 changed files with 1 additions and 1 deletions
|
|
@ -1007,7 +1007,7 @@ check_osf_label(void) {
|
|||
static void xbsd_print_disklabel(int);
|
||||
|
||||
static int
|
||||
btrydev (char * dev) {
|
||||
btrydev (const char * dev) {
|
||||
if (xbsd_readlabel (NULL, &xbsd_dlabel) == 0)
|
||||
return -1;
|
||||
printf(_("\nBSD label for device: %s\n"), dev);
|
||||
|
|
|
|||
Loading…
Reference in a new issue