mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Sort "sparse" into alphabetical order, since dd's `conv' options need
to be sorted. This temporarily broke the "osync" option.
This commit is contained in:
parent
d2bb1901e7
commit
1898febe2d
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: args.c,v 1.9 1997/10/08 12:10:33 eivind Exp $
|
||||
* $Id: args.c,v 1.10 1997/10/11 20:09:04 joerg Exp $
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
|
|
@ -283,8 +283,8 @@ static struct conv {
|
|||
{ "oldascii", C_ASCII, C_EBCDIC, e2a_32V },
|
||||
{ "oldebcdic", C_EBCDIC, C_ASCII, a2e_32V },
|
||||
{ "oldibm", C_EBCDIC, C_ASCII, a2ibm_32V },
|
||||
{ "sparse", C_SPARSE, 0, NULL },
|
||||
{ "osync", C_OSYNC, C_BS, NULL },
|
||||
{ "sparse", C_SPARSE, 0, NULL },
|
||||
{ "swab", C_SWAB, 0, NULL },
|
||||
{ "sync", C_SYNC, 0, NULL },
|
||||
{ "ucase", C_UCASE, C_LCASE, NULL },
|
||||
|
|
|
|||
Loading…
Reference in a new issue