summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fdformat')
-rw-r--r--usr.sbin/fdformat/fdformat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/fdformat/fdformat.c b/usr.sbin/fdformat/fdformat.c
index ec83e0c109d..ff160cb56d9 100644
--- a/usr.sbin/fdformat/fdformat.c
+++ b/usr.sbin/fdformat/fdformat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdformat.c,v 1.9 2000/06/30 16:00:25 millert Exp $ */
+/* $OpenBSD: fdformat.c,v 1.10 2002/03/14 16:44:24 mpech Exp $ */
/*
* Copyright (C) 1992-1994 by Joerg Wunsch, Dresden
@@ -62,7 +62,7 @@ format_track(fd, cyl, secs, head, rate, gaplen, secsize, fill, interleave)
int fill, interleave;
{
struct fd_formb f;
- register int i,j;
+ int i,j;
int il[FD_MAX_NSEC + 1];
memset(il,0,sizeof il);