summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/devs.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2008-01-16 19:27:43 +0000
committerdelphij <delphij@FreeBSD.org>2008-01-16 19:27:43 +0000
commit8f8cb7cbeccab35f93144e4796554b23c37ca424 (patch)
tree1949ff10a24f623c91c0dd1c161428d8022ef1b7 /usr.bin/systat/devs.c
parente0a03b53e1322296a173e94b1501785915211127 (diff)
downloadFreeBSD-src-8f8cb7cbeccab35f93144e4796554b23c37ca424.zip
FreeBSD-src-8f8cb7cbeccab35f93144e4796554b23c37ca424.tar.gz
ANSIfy and remove register.
Resulting binary verified with strip(1)+md5(1).
Diffstat (limited to 'usr.bin/systat/devs.c')
-rw-r--r--usr.bin/systat/devs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/systat/devs.c b/usr.bin/systat/devs.c
index d37cf2d..58e6d58 100644
--- a/usr.bin/systat/devs.c
+++ b/usr.bin/systat/devs.c
@@ -173,7 +173,7 @@ dscmd(const char *cmd, const char *args, int maxshowdevs, struct statinfo *s1)
return(2);
}
if (prefix(cmd, "drives")) {
- register int i;
+ int i;
move(CMDLINE, 0);
clrtoeol();
for (i = 0; i < num_devices; i++) {
OpenPOWER on IntegriCloud