diff options
Diffstat (limited to 'usr/src/lib/librt/common/shm.c')
-rw-r--r-- | usr/src/lib/librt/common/shm.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/lib/librt/common/shm.c b/usr/src/lib/librt/common/shm.c index 1ce575f034..bd27c0ed48 100644 --- a/usr/src/lib/librt/common/shm.c +++ b/usr/src/lib/librt/common/shm.c @@ -19,14 +19,15 @@ * * CDDL HEADER END */ + /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" -#include "synonyms.h" +#include "c_synonyms.h" #include <sys/types.h> #include <sys/mman.h> #include <fcntl.h> |