Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/blacklist/test remove sleep
details: https://anonhg.NetBSD.org/src/rev/1c9a2ecf11cc
branches: trunk
changeset: 335726:1c9a2ecf11cc
user: christos <christos%NetBSD.org@localhost>
date: Thu Jan 22 05:44:28 2015 +0000
description:
remove sleep
diffstat:
external/bsd/blacklist/test/cltest.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 28977204701a -r 1c9a2ecf11cc external/bsd/blacklist/test/cltest.c
--- a/external/bsd/blacklist/test/cltest.c Thu Jan 22 05:41:08 2015 +0000
+++ b/external/bsd/blacklist/test/cltest.c Thu Jan 22 05:44:28 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cltest.c,v 1.5 2015/01/22 05:03:52 christos Exp $ */
+/* $NetBSD: cltest.c,v 1.6 2015/01/22 05:44:28 christos Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: cltest.c,v 1.5 2015/01/22 05:03:52 christos Exp $");
+__RCSID("$NetBSD: cltest.c,v 1.6 2015/01/22 05:44:28 christos Exp $");
#include <sys/types.h>
#include <sys/socket.h>
@@ -132,6 +132,5 @@
size_t len = strlen(msg) + 1;
if (write(sfd, msg, len) != (ssize_t)len)
err(EXIT_FAILURE, "write");
- sleep(10);
return 0;
}
Home |
Main Index |
Thread Index |
Old Index