summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src/statusd_shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/src/statusd_shm.h')
-rw-r--r--contrib/sendmail/src/statusd_shm.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/sendmail/src/statusd_shm.h b/contrib/sendmail/src/statusd_shm.h
index c48b2fd..7d88964 100644
--- a/contrib/sendmail/src/statusd_shm.h
+++ b/contrib/sendmail/src/statusd_shm.h
@@ -1,22 +1,22 @@
/*
- * Copyright (c) 1999 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1999-2000 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
- * $Id: statusd_shm.h,v 8.4 1999/05/18 08:00:04 gshapiro Exp $
+ * $Id: statusd_shm.h,v 8.7 2000/09/17 17:30:06 gshapiro Exp $
*
* Contributed by Exactis.com, Inc.
*
*/
/*
-** The shared memory part of statusd.
+** The shared memory part of statusd.
**
-** Attach to STATUSD_SHM_KEY and update the counter appropriate
-** for your type of service.
+** Attach to STATUSD_SHM_KEY and update the counter appropriate
+** for your type of service.
**
*/
@@ -24,7 +24,8 @@
#define STATUSD_SHM_KEY (key_t)(13)
#define STATUSD_LONGS (2)
-typedef struct {
+typedef struct
+{
unsigned long magic;
unsigned long ul[STATUSD_LONGS];
} STATUSD_SHM;
OpenPOWER on IntegriCloud