diff options
author | 2003-07-22 17:52:20 +0000 | |
---|---|---|
committer | 2003-07-22 17:52:20 +0000 | |
commit | 9ecaafb223874286d37b9d0a657096b50de8ee89 (patch) | |
tree | 84d550c01d0cbf83cd291ecce0080ffad7481899 /usr.bin/patch/inp.c | |
parent | change an instance of the check from != "yes" to == "no" (diff) | |
download | wireguard-openbsd-9ecaafb223874286d37b9d0a657096b50de8ee89.tar.xz wireguard-openbsd-9ecaafb223874286d37b9d0a657096b50de8ee89.zip |
just about nothing
Diffstat (limited to 'usr.bin/patch/inp.c')
-rw-r--r-- | usr.bin/patch/inp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/inp.c b/usr.bin/patch/inp.c index f89c924ab9a..f31d6e6b448 100644 --- a/usr.bin/patch/inp.c +++ b/usr.bin/patch/inp.c @@ -1,8 +1,8 @@ -/* $OpenBSD: inp.c,v 1.16 2003/07/22 17:18:49 otto Exp $ */ +/* $OpenBSD: inp.c,v 1.17 2003/07/22 17:52:20 deraadt Exp $ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: inp.c,v 1.16 2003/07/22 17:18:49 otto Exp $"; -#endif /* not lint */ +static const char rcsid[] = "$OpenBSD: inp.c,v 1.17 2003/07/22 17:52:20 deraadt Exp $"; +#endif /* not lint */ #include <sys/types.h> #include <sys/file.h> |