Remove stray register

This commit is contained in:
imp 2002-03-19 18:47:50 +00:00
parent 99910ce402
commit d8513e1e65
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;