diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-03-10 11:13:23 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-03-10 11:13:23 +0000 |
| commit | 4124f7c0137f862b027ab8018d2faceeeb38ad33 (patch) | |
| tree | d578c8baeefeb2c31d0e4c2a483fba7aae90bd30 | |
| parent | d6a13213b95a054330b56ab410ca0a86dc91f126 (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdio/ungetc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/stdio/ungetc.c b/lib/libc/stdio/ungetc.c index cb38e9eaa4a0..9ede08360ce9 100644 --- a/lib/libc/stdio/ungetc.c +++ b/lib/libc/stdio/ungetc.c @@ -96,8 +96,6 @@ ungetc(int c, FILE *fp) { int ret; - if (c == EOF) - return (EOF); if (!__sdidinit) __sinit(); FLOCKFILE(fp); |
