summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/include/sm/shm.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/include/sm/shm.h')
-rw-r--r--contrib/sendmail/include/sm/shm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/sendmail/include/sm/shm.h b/contrib/sendmail/include/sm/shm.h
index 6375dfc..36033ed 100644
--- a/contrib/sendmail/include/sm/shm.h
+++ b/contrib/sendmail/include/sm/shm.h
@@ -1,12 +1,12 @@
/*
- * Copyright (c) 2000-2002 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 2000-2003 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: shm.h,v 1.8 2002/04/10 23:11:35 ca Exp $
+ * $Id: shm.h,v 1.8.2.2 2003/05/17 18:34:16 ca Exp $
*/
#ifndef SM_SHM_H
@@ -29,6 +29,7 @@
extern void *sm_shmstart __P((key_t, int , int , int *, bool));
extern int sm_shmstop __P((void *, int, bool));
+
/* for those braindead systems... (e.g., SunOS 4) */
# ifndef SHM_R
# define SHM_R 0400
OpenPOWER on IntegriCloud