summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat
diff options
context:
space:
mode:
authormpech <mpech@openbsd.org>2002-03-14 16:44:24 +0000
committermpech <mpech@openbsd.org>2002-03-14 16:44:24 +0000
commit0ac0d02e42d4106958da32c3dbc8eb258851b30a (patch)
treeb3bd2e9ab5d67b121452693e317c78f627a07535 /usr.sbin/fdformat
parentsplit out ssh1 session key decryption; ok provos@ (diff)
downloadwireguard-openbsd-0ac0d02e42d4106958da32c3dbc8eb258851b30a.tar.xz
wireguard-openbsd-0ac0d02e42d4106958da32c3dbc8eb258851b30a.zip
kill more registers.
millert@ ok
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);