summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/sendmail/libsm/t-event.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-04-18 00:49:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-04-18 00:49:30 +0000
commit3001c6f5135796bf49346dd969e8445342d2251b (patch)
treed710aec0cc173e2b9a67ff56f56f47a1f3b32bc0 /gnu/usr.sbin/sendmail/libsm/t-event.c
parent7bc62683b217ae48e11df50f14c39728b723a832 (diff)
update to sendmail 8.12.3
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsm/t-event.c')
-rw-r--r--gnu/usr.sbin/sendmail/libsm/t-event.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.sbin/sendmail/libsm/t-event.c b/gnu/usr.sbin/sendmail/libsm/t-event.c
index 01bf1c97256..d45a0e92fea 100644
--- a/gnu/usr.sbin/sendmail/libsm/t-event.c
+++ b/gnu/usr.sbin/sendmail/libsm/t-event.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2001-2002 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -8,13 +8,13 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Sendmail: t-event.c,v 1.7 2001/09/11 04:04:49 gshapiro Exp $")
+SM_RCSID("@(#)$Sendmail: t-event.c,v 1.9 2002/03/19 00:26:21 ca Exp $")
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
-#include <sys/wait.h>
+# include <sys/wait.h>
#if SM_CONF_SETITIMER
# include <sys/time.h>
#endif /* SM_CONF_SETITIMER */
@@ -51,7 +51,7 @@ main(argc, argv)
SM_EVENT *ev;
sm_test_begin(argc, argv, "test event handling");
- fprintf(stdout, "this test may hang. If there is no output within twelve seconds, abort it\nand recompile with -DSM_CONF_SETITIMER=%d\n",
+ fprintf(stdout, "This test may hang. If there is no output within twelve seconds, abort it\nand recompile with -DSM_CONF_SETITIMER=%d\n",
SM_CONF_SETITIMER == 0 ? 1 : 0);
sleep(1);
SM_TEST(1 == 1);