summaryrefslogtreecommitdiffstats
path: root/lib/libstand/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/write.c')
-rw-r--r--lib/libstand/write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/write.c b/lib/libstand/write.c
index ea9d491..8f0fa97 100644
--- a/lib/libstand/write.c
+++ b/lib/libstand/write.c
@@ -76,7 +76,7 @@ write(fd, dest, bcount)
void *dest;
size_t bcount;
{
- register struct open_file *f = &files[fd];
+ struct open_file *f = &files[fd];
size_t resid;
if ((unsigned)fd >= SOPEN_MAX || !(f->f_flags & F_WRITE)) {
OpenPOWER on IntegriCloud