diff options
author | meem <none@none> | 2005-09-16 14:42:39 -0700 |
---|---|---|
committer | meem <none@none> | 2005-09-16 14:42:39 -0700 |
commit | ad1660d085d30810ababff96bbae49ef2d5938ea (patch) | |
tree | 52768a95ade4361acd1c533fb05427bfa017bfe6 /usr/src/uts/common/io/sysmsg.c | |
parent | 65b0c20e9bbaf87a200ce20a4decf18585e61a25 (diff) | |
download | illumos-joyent-ad1660d085d30810ababff96bbae49ef2d5938ea.tar.gz |
6322179 strfreectty() passed a stream that was not yet a ctty
6322765 <sys/strsubr.h> houses phantoms and interlopers
6322770 block comment above backenable() is stale
6323668 hascttyperm() and associated sess_t junk should be torched
6324338 enum jcaccess marooned on the isle of <sys/session.h>
Diffstat (limited to 'usr/src/uts/common/io/sysmsg.c')
-rw-r--r-- | usr/src/uts/common/io/sysmsg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/sysmsg.c b/usr/src/uts/common/io/sysmsg.c index 95aad728b9..085e27e4f2 100644 --- a/usr/src/uts/common/io/sysmsg.c +++ b/usr/src/uts/common/io/sysmsg.c @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -48,6 +48,7 @@ #include <sys/uio.h> #include <sys/stat.h> #include <sys/file.h> +#include <sys/session.h> #include <sys/stream.h> #include <sys/strsubr.h> #include <sys/poll.h> |