=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sort/coll.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/sort/coll.c 2015/04/01 20:58:13 1.4 +++ src/usr.bin/sort/coll.c 2015/04/01 21:46:38 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: coll.c,v 1.4 2015/04/01 20:58:13 millert Exp $ */ +/* $OpenBSD: coll.c,v 1.5 2015/04/01 21:46:38 millert Exp $ */ /*- * Copyright (C) 2009 Gabor Kovesdan @@ -406,11 +406,13 @@ struct bwstring *ret = NULL; struct sort_mods *sm = default_sort_mods; +#if 0 /* historically -b has only been effective w/ -k */ if (sm->bflag) { if (ret == NULL) ret = bwsdup(s); ret = ignore_leading_blanks(ret); } +#endif if (sm->dflag) { if (ret == NULL) ret = bwsdup(s);