projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23b0d34
)
remove FIXME comment about duplicate code
author
Jim Meyering
<jim@meyering.net>
Tue, 20 Nov 2001 09:53:33 +0000
(09:53 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 20 Nov 2001 09:53:33 +0000
(09:53 +0000)
src/tail.c
patch
|
blob
|
history
diff --git
a/src/tail.c
b/src/tail.c
index
5bb6ad9
..
e474560
100644
(file)
--- a/
src/tail.c
+++ b/
src/tail.c
@@
-1204,7
+1204,6
@@
tail_file (struct File_spec *f, off_t n_units)
struct stat stats;
f->errnum = 0;
- /* FIXME: duplicate code */
if (fstat (fd, &stats) < 0)
{
errors = 1;