summaryrefslogtreecommitdiffstats
path: root/sys/sys/snoop.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/snoop.h')
-rw-r--r--sys/sys/snoop.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h
index 5c9b8be..b25aa49 100644
--- a/sys/sys/snoop.h
+++ b/sys/sys/snoop.h
@@ -25,12 +25,10 @@
/*
* These are snoop io controls
- * SNPSTTY accepts 'struct snptty' as input.
- * If ever type or unit set to -1,snoop device
- * detached from its current tty.
+ * SNPSTTY accepts a file descriptor as input.
*/
-#define SNPSTTY _IOW('T', 90, dev_t)
+#define SNPSTTY _IOW('T', 90, int)
#define SNPGTTY _IOR('T', 89, dev_t)
/*
OpenPOWER on IntegriCloud