summaryrefslogtreecommitdiff
path: root/contrib/sendmail/libsm/t-sem.c
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2006-03-22 16:40:03 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2006-03-22 16:40:03 +0000
commit4e4196cb7454f47341efebe4e0a17f1b8cd534c7 (patch)
treef3bd1c133ce6e698fd2ff3c0280c7103bfac7af3 /contrib/sendmail/libsm/t-sem.c
parent0c97652c0b3dbc161167bac72bd860ec7d0f48ab (diff)
Notes
Diffstat (limited to 'contrib/sendmail/libsm/t-sem.c')
-rw-r--r--contrib/sendmail/libsm/t-sem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/sendmail/libsm/t-sem.c b/contrib/sendmail/libsm/t-sem.c
index 3964327017e36..cba784a8c93c4 100644
--- a/contrib/sendmail/libsm/t-sem.c
+++ b/contrib/sendmail/libsm/t-sem.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2000-2001 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2000-2001, 2005-2006 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
@@ -8,7 +8,7 @@
*/
#include <sm/gen.h>
-SM_RCSID("@(#)$Id: t-sem.c,v 1.14 2005/03/25 21:27:41 ca Exp $")
+SM_RCSID("@(#)$Id: t-sem.c,v 1.15 2006/03/13 20:40:43 msk Exp $")
#include <stdio.h>
@@ -307,7 +307,7 @@ main(argc, argv)
pid_t pid;
printf("This test takes about 8 seconds.\n");
- printf("If it takes longer than 30 second, please interrupt it\n");
+ printf("If it takes longer than 30 seconds, please interrupt it\n");
printf("and compile again without semaphore support, i.e.,");
printf("-DSM_CONF_SEM=0\n");
if ((pid = fork()) < 0)