diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | src/main.c | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,9 @@ GNU grep NEWS -*- outline -*- slow in other multibyte locales. [bug present since multi-byte character set support was introduced in 2.5.2] + --mmap was meant to be ignored in 2.6.x, but it was instead + removed by mistake. [bug introduced in 2.6] + * Noteworthy changes in release 2.6.3 (2010-04-02) [stable] ** Bug fixes @@ -2069,6 +2069,7 @@ main (int argc, char **argv) label = optarg; break; + case MMAP_OPTION: case 0: /* long options */ break; |