dtmail: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 17:29:25 -06:00
parent 88dd3b2c71
commit d0a4f777d8
12 changed files with 82 additions and 82 deletions

View File

@@ -906,7 +906,7 @@ int get_stat(
struct vmount **vmountpp) /* place to tell where buffer is */
{
size_t size;
register struct vmount *vm;
struct vmount *vm;
int nmounts;
int count;
@@ -958,7 +958,7 @@ struct vmount *get_vmount(fsid_t *fsid)
{
struct vmount *inu_vmount_p=NULL;
int inu_vmount_num;
register struct vmount *vm;
struct vmount *vm;
int nmount;
/* make sure we have all the virtual mount status of this host */