diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-01-26 10:42:20 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-01-27 11:18:45 +0000 |
| commit | fa977a3b2bb2d0e6c2957b14474c31b58dd3a8e1 (patch) | |
| tree | c8f958c1f98e335e6196462f976638e88d109c4c /usr.bin/diff | |
| parent | c440e7870a020546ad241848e2ff8e9cb27a3073 (diff) | |
Diffstat (limited to 'usr.bin/diff')
| -rw-r--r-- | usr.bin/diff/diffreg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/diff/diffreg.c b/usr.bin/diff/diffreg.c index 4e887ab27c7b..a8d668ea0984 100644 --- a/usr.bin/diff/diffreg.c +++ b/usr.bin/diff/diffreg.c @@ -491,7 +491,6 @@ opentemp(const char *f) } } close(ifd); - lseek(ofd, (off_t)0, SEEK_SET); return (fdopen(ofd, "r")); } |
