Remove stray register

This commit is contained in:
Warner Losh 2002-03-19 18:47:50 +00:00
parent 34ef9eb5e6
commit c1fdb43f59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92715
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ int debug;
int
main(int argc, char *argv[])
{
register struct disklabel *lp;
struct disklabel *lp;
FILE *t;
int ch, f = 0, flag, error = 0;
char *name = 0;

View File

@ -169,7 +169,7 @@ int debug;
int
main(int argc, char *argv[])
{
register struct disklabel *lp;
struct disklabel *lp;
FILE *t;
int ch, f = 0, flag, error = 0;
char *name = 0;