Index: sbin/mount/getmntopts.c =================================================================== RCS file: /usr/local/FreeBSD/cvs/src/sbin/mount/getmntopts.c,v retrieving revision 1.4 diff -u -r1.4 getmntopts.c --- getmntopts.c 1997/03/11 12:27:56 1.4 +++ getmntopts.c 1997/03/18 20:45:27 @@ -78,7 +78,7 @@ */ p = strchr(opt, '='); if (p) - *p = '\0'; + *++p = '\0'; /* Scan option table. */ for (m = m0; m->m_option != NULL; ++m) {