|
@@ -300,7 +300,6 @@ extern void tty_hangup(struct tty_struct * tty);
|
|
extern void tty_vhangup(struct tty_struct * tty);
|
|
extern void tty_vhangup(struct tty_struct * tty);
|
|
extern void tty_unhangup(struct file *filp);
|
|
extern void tty_unhangup(struct file *filp);
|
|
extern int tty_hung_up_p(struct file * filp);
|
|
extern int tty_hung_up_p(struct file * filp);
|
|
-extern int is_tty(struct file *filp);
|
|
|
|
extern void do_SAK(struct tty_struct *tty);
|
|
extern void do_SAK(struct tty_struct *tty);
|
|
extern void __do_SAK(struct tty_struct *tty);
|
|
extern void __do_SAK(struct tty_struct *tty);
|
|
extern void disassociate_ctty(int priv);
|
|
extern void disassociate_ctty(int priv);
|
|
@@ -352,7 +351,6 @@ extern void tty_audit_exit(void);
|
|
extern void tty_audit_fork(struct signal_struct *sig);
|
|
extern void tty_audit_fork(struct signal_struct *sig);
|
|
extern void tty_audit_push(struct tty_struct *tty);
|
|
extern void tty_audit_push(struct tty_struct *tty);
|
|
extern void tty_audit_push_task(struct task_struct *tsk, uid_t loginuid, u32 sessionid);
|
|
extern void tty_audit_push_task(struct task_struct *tsk, uid_t loginuid, u32 sessionid);
|
|
-extern void tty_audit_opening(void);
|
|
|
|
#else
|
|
#else
|
|
static inline void tty_audit_add_data(struct tty_struct *tty,
|
|
static inline void tty_audit_add_data(struct tty_struct *tty,
|
|
unsigned char *data, size_t size)
|
|
unsigned char *data, size_t size)
|
|
@@ -370,9 +368,6 @@ static inline void tty_audit_push(struct tty_struct *tty)
|
|
static inline void tty_audit_push_task(struct task_struct *tsk, uid_t loginuid, u32 sessionid)
|
|
static inline void tty_audit_push_task(struct task_struct *tsk, uid_t loginuid, u32 sessionid)
|
|
{
|
|
{
|
|
}
|
|
}
|
|
-static inline void tty_audit_opening(void)
|
|
|
|
-{
|
|
|
|
-}
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
/* tty_ioctl.c */
|
|
/* tty_ioctl.c */
|