summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>