summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-11-11 20:35:29 +0000
committerjoerg <joerg@FreeBSD.org>1997-11-11 20:35:29 +0000
commit9f4a5b39505ed832de088509c172e885813ffd87 (patch)
tree84b44c441c04db399066f212acdd5a186e592d7c /bin
parent3008d1c558a07eb47df620a3613b63e6477d429e (diff)
downloadFreeBSD-src-9f4a5b39505ed832de088509c172e885813ffd87.zip
FreeBSD-src-9f4a5b39505ed832de088509c172e885813ffd87.tar.gz
Sort "sparse" into alphabetical order, since dd's `conv' options need
to be sorted. This temporarily broke the "osync" option.
Diffstat (limited to 'bin')
-rw-r--r--bin/dd/args.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c
index f1e556a..a12f464 100644
--- a/bin/dd/args.c
+++ b/bin/dd/args.c
@@ -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 },
OpenPOWER on IntegriCloud