diff options
Diffstat (limited to 'usr/src/uts/common/sys/mode.h')
| -rw-r--r-- | usr/src/uts/common/sys/mode.h | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/usr/src/uts/common/sys/mode.h b/usr/src/uts/common/sys/mode.h index 41e822f623..1913b2a573 100644 --- a/usr/src/uts/common/sys/mode.h +++ b/usr/src/uts/common/sys/mode.h @@ -2,8 +2,9 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License (the "License"). - * You may not use this file except in compliance with the License. + * Common Development and Distribution License, Version 1.0 only + * (the "License"). You may not use this file except in compliance + * with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -19,8 +20,8 @@ * CDDL HEADER END */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 1997-1998 by Sun Microsystems, Inc. + * All rights reserved. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */ @@ -30,14 +31,18 @@ #ifndef _SYS_MODE_H #define _SYS_MODE_H -#include <sys/stat.h> -#include <sys/vnode.h> +#pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.2 */ #ifdef __cplusplus extern "C" { #endif /* + * REQUIRES sys/stat.h + * REQUIRES sys/vnode.h + */ + +/* * Conversion between vnode types/modes and encoded type/mode as * seen by stat(2) and mknod(2). */ |
