summaryrefslogtreecommitdiffstats
path: root/sbin/dumpfs/dumpfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dumpfs/dumpfs.c')
-rw-r--r--sbin/dumpfs/dumpfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/dumpfs/dumpfs.c b/sbin/dumpfs/dumpfs.c
index b5d1df0..4a296d9 100644
--- a/sbin/dumpfs/dumpfs.c
+++ b/sbin/dumpfs/dumpfs.c
@@ -81,7 +81,7 @@ main(argc, argv)
int argc;
char *argv[];
{
- register struct fstab *fs;
+ struct fstab *fs;
int ch, eval;
while ((ch = getopt(argc, argv, "")) != -1)
@@ -312,11 +312,11 @@ dumpcg(name, fd, c)
void
pbits(vp, max)
- register void *vp;
+ void *vp;
int max;
{
- register int i;
- register char *p;
+ int i;
+ char *p;
int count, j;
for (count = i = 0, p = vp; i < max; i++)
OpenPOWER on IntegriCloud