diff options
author | 2009-06-07 12:39:40 +0000 | |
---|---|---|
committer | 2009-06-07 12:39:40 +0000 | |
commit | 30e763ebe6e85a520be38bf967090a9e4ce9eb30 (patch) | |
tree | 340440eb891411e8ca8354b0f7276e7ec3e49d7e | |
parent | Avoid including machine/cpu.h (diff) | |
download | wireguard-openbsd-30e763ebe6e85a520be38bf967090a9e4ce9eb30.tar.xz wireguard-openbsd-30e763ebe6e85a520be38bf967090a9e4ce9eb30.zip |
Remove outdated comment.
-rw-r--r-- | usr.bin/sdiff/sdiff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/sdiff/sdiff.c b/usr.bin/sdiff/sdiff.c index 98d78c2bd5a..0cabe5c39a7 100644 --- a/usr.bin/sdiff/sdiff.c +++ b/usr.bin/sdiff/sdiff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdiff.c,v 1.23 2007/09/02 15:19:34 deraadt Exp $ */ +/* $OpenBSD: sdiff.c,v 1.24 2009/06/07 12:39:40 ray Exp $ */ /* * Written by Raymond Lai <ray@cyth.net>. @@ -1003,7 +1003,6 @@ printd(FILE *file1, size_t file1end) /* Print out lines file1ln to line2. */ for (; file1ln <= file1end; ++file1ln) { - /* XXX - Why can't this handle stdin? */ if (!(line1 = xfgets(file1))) errx(2, "file1 ended early in delete"); enqueue(line1, '<', NULL); |