summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/id.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-05-29 18:33:10 +0000
committerbrian <brian@FreeBSD.org>1998-05-29 18:33:10 +0000
commit3c804940dc0e4172a41035ca3afcfeeaa814ca6f (patch)
tree91887a8671ec07d6c0ccd49963d0db8385be68ed /usr.sbin/ppp/id.h
parentc77a86dfe8218d1aa2b856b7849a682729a8b1c9 (diff)
downloadFreeBSD-src-3c804940dc0e4172a41035ca3afcfeeaa814ca6f.zip
FreeBSD-src-3c804940dc0e4172a41035ca3afcfeeaa814ca6f.tar.gz
o If there's a session leader left running for a descriptor
that we're now closing, manually HUP that session leader so that the tty is fully released. o Always restart our carrier detect timer in the receiving process if it was running in the sending process (as we now *always* pass the descriptor). o Tweak argv when we go into pause() mode to keep our session so that ps can see what's going on (without checking for a `pause' state in `ps -l').
Diffstat (limited to 'usr.sbin/ppp/id.h')
-rw-r--r--usr.sbin/ppp/id.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/id.h b/usr.sbin/ppp/id.h
index ca747c0..2fcf3c9 100644
--- a/usr.sbin/ppp/id.h
+++ b/usr.sbin/ppp/id.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: id.h,v 1.5 1998/05/21 21:45:34 brian Exp $
+ * $Id: id.h,v 1.6 1998/05/28 23:15:37 brian Exp $
*/
struct utmp;
@@ -44,3 +44,4 @@ extern void ID0login(struct utmp *);
extern void ID0logout(const char *);
extern int ID0bind_un(int, const struct sockaddr_un *);
extern int ID0connect_un(int, const struct sockaddr_un *);
+extern int ID0kill(pid_t, int);
OpenPOWER on IntegriCloud