summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-20 21:16:07 +1100
committerDamien Miller <djm@mindrot.org>2013-02-20 21:16:07 +1100
commit5acc6be9818e0cd0a6fd95f9d7b65de331ee46d3 (patch)
treef55e12e0be560191677f955dfbd2e2345ca54c88
parent283e575a7db49addd1cffe1a7cb6c5503a98e027 (diff)
- djm@cvs.openbsd.org 2013/02/20 08:29:27
[regress/modpipe.c] s/Id/OpenBSD/ in RCS tag
-rw-r--r--ChangeLog3
-rwxr-xr-xregress/modpipe.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 99946236e..b527ff057 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
9 reached in it's stream and turn it on for t-integrity. This should catch 9 reached in it's stream and turn it on for t-integrity. This should catch
10 cases where the session is not fuzzed for being too short (cf. my last 10 cases where the session is not fuzzed for being too short (cf. my last
11 "oops" commit) 11 "oops" commit)
12 - djm@cvs.openbsd.org 2013/02/20 08:29:27
13 [regress/modpipe.c]
14 s/Id/OpenBSD/ in RCS tag
12 15
1320130219 1620130219
14 - OpenBSD CVS Sync 17 - OpenBSD CVS Sync
diff --git a/regress/modpipe.c b/regress/modpipe.c
index dca927603..1f17e41f8 100755
--- a/regress/modpipe.c
+++ b/regress/modpipe.c
@@ -14,7 +14,7 @@
14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */ 15 */
16 16
17/* $Id: modpipe.c,v 1.4 2013/02/20 10:13:29 djm Exp $ */ 17/* $OpenBSD: modpipe.c,v 1.4 2013/02/20 08:29:27 djm Exp $ */
18 18
19#include <sys/types.h> 19#include <sys/types.h>
20#include <unistd.h> 20#include <unistd.h>