sort: add -x hex sort feature back

. so unstack works again
This commit is contained in:
Ben Gras
2012-12-11 04:43:20 +01:00
parent f44fb1784b
commit e286ccc05b
4 changed files with 32 additions and 0 deletions

View File

@@ -170,6 +170,9 @@ main(int argc, char *argv[])
debug_flags |= 1 << (optarg[i] & 31);
break;
case 'd': case 'f': case 'i': case 'n': case 'l':
#ifdef __minix
case 'x':
#endif
fldtab[0].flags |= optval(ch, 0);
break;
case 'H':