summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/sysmsg.c
diff options
context:
space:
mode:
authormeem <none@none>2005-09-16 14:42:39 -0700
committermeem <none@none>2005-09-16 14:42:39 -0700
commitad1660d085d30810ababff96bbae49ef2d5938ea (patch)
tree52768a95ade4361acd1c533fb05427bfa017bfe6 /usr/src/uts/common/io/sysmsg.c
parent65b0c20e9bbaf87a200ce20a4decf18585e61a25 (diff)
downloadillumos-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.c3
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>