diff options
Diffstat (limited to 'contrib/sendmail/include/sm/shm.h')
-rw-r--r-- | contrib/sendmail/include/sm/shm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/include/sm/shm.h b/contrib/sendmail/include/sm/shm.h index f6c5ad56c1c9..2ee0fdbc9387 100644 --- a/contrib/sendmail/include/sm/shm.h +++ b/contrib/sendmail/include/sm/shm.h @@ -28,7 +28,7 @@ extern void *sm_shmstart __P((key_t, int , int , int *, bool)); extern int sm_shmstop __P((void *, int, bool)); -extern int sm_shmsetowner __P((int, uid_t, gid_t, mode_t)); +extern int sm_shmsetowner __P((int, uid_t, gid_t, MODE_T)); /* for those braindead systems... (e.g., SunOS 4) */ |