summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--rmt/rmt.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 62db32f..551a4ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-12 Paul Eggert <eggert@cs.ucla.edu>
+
+ * rmt/rmt.c (status_device) [!defined MTIOCGET]:
+ Fix bracketing typo. Problem reported by Yutaka Furubayashi.
+
2006-12-07 Sergey Poznyakoff <gray@gnu.org.ua>
* doc/genfile.texi (Generate Mode): Document --seek option.
diff --git a/rmt/rmt.c b/rmt/rmt.c
index ed9a09b..a423018 100644
--- a/rmt/rmt.c
+++ b/rmt/rmt.c
@@ -585,8 +585,8 @@ status_device (void)
respond (sizeof operation);
full_write (STDOUT_FILENO, (char *) &operation, sizeof operation);
}
-#endif
}
+#endif
}
int