summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-12-13 00:02:09 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-12-13 00:02:09 +0000
commit7e026fd88464d196008b3d2f94278f7038a0dfc6 (patch)
tree372899572dc9631095484fcb39cd927af3e08a0d
parent5e0c2cb788c240b3022e1065248ee6a52161f676 (diff)
downloadpaxutils-7e026fd88464d196008b3d2f94278f7038a0dfc6.tar.gz
* rmt/rmt.c (status_device) [!defined MTIOCGET]:
Fix bracketing typo. Problem reported by Yutaka Furubayashi.
-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