Commit 49f3e46
committed
allow command line argument order used by mount(8)
The mount spec and directory are passed as the first and second
arguments to the helper, followed by the options.
The current implementation works on glibc but fails on POSIX-conforming
C libraries such as musl.1 parent 2ce337d commit 49f3e46
1 file changed
+16
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
515 | 523 | | |
516 | 524 | | |
517 | | - | |
| 525 | + | |
518 | 526 | | |
519 | 527 | | |
520 | 528 | | |
| |||
523 | 531 | | |
524 | 532 | | |
525 | 533 | | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
526 | 537 | | |
527 | 538 | | |
528 | 539 | | |
| |||
573 | 584 | | |
574 | 585 | | |
575 | 586 | | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
576 | 590 | | |
577 | | - | |
| 591 | + | |
578 | 592 | | |
579 | 593 | | |
580 | 594 | | |
581 | 595 | | |
582 | 596 | | |
583 | | - | |
584 | | - | |
585 | 597 | | |
586 | 598 | | |
587 | 599 | | |
| |||
0 commit comments