delphij
ee88062325
Add a handy macro to represent null mount option, MOPT_NULL, and make
...
use of the macro in sbin/mount*'s, by replacing:
mopts[] = {
MOPT_STDOPTS,
{ NULL }
}
With:
mopts[] = {
MOPT_STDOPTS,
MOPT_NULL
}
This change will help to reduce the situation that we don't explicitly
initialize "struct mntopt"'s. It should not contribute to any
functional/logical changes as far as I can tell.
2005-06-01 09:39:36 +00:00
..
2005-05-20 06:23:40 +00:00
2005-05-02 10:31:27 +00:00
2005-03-26 05:34:54 +00:00
2005-05-29 16:07:10 +00:00
2005-05-16 20:51:46 +00:00
2005-04-20 01:56:33 +00:00
2005-05-02 10:00:39 +00:00
2005-05-01 09:50:02 +00:00
2005-05-01 10:08:35 +00:00
2005-04-08 10:32:22 +00:00
2005-03-11 22:07:04 +00:00
2005-04-29 07:57:50 +00:00
2005-05-02 10:04:16 +00:00
2005-04-24 20:08:29 +00:00
2005-03-31 04:10:31 +00:00
2005-04-14 20:27:30 +00:00
2005-05-20 03:58:53 +00:00
2005-05-17 14:29:06 +00:00
2005-05-21 03:27:33 +00:00
2005-05-21 07:08:32 +00:00
2005-03-10 09:56:39 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-06-01 09:39:36 +00:00
2005-05-02 10:13:38 +00:00
2005-04-07 20:37:04 +00:00
2005-05-03 16:57:38 +00:00
2005-03-21 23:44:04 +00:00
2005-05-29 15:57:00 +00:00
2005-05-23 14:12:32 +00:00
2005-05-31 20:28:49 +00:00
2005-05-29 16:28:07 +00:00
2005-03-30 18:54:41 +00:00
2005-04-13 06:59:07 +00:00
2005-05-25 07:31:05 +00:00