summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/defs.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-06-23 23:10:13 +0000
committerbrian <brian@FreeBSD.org>1997-06-23 23:10:13 +0000
commita3c9607200fa5d73b5ca5d98520f8b3ed827bcad (patch)
treea1d537c05bf29eed0619e803fdc4bb0b59c7c648 /usr.sbin/ppp/defs.h
parentd1c718d9c36fb450a5075b50919dc171fadc6089 (diff)
downloadFreeBSD-src-a3c9607200fa5d73b5ca5d98520f8b3ed827bcad.zip
FreeBSD-src-a3c9607200fa5d73b5ca5d98520f8b3ed827bcad.tar.gz
o Fix uptime for direct connections.
o Style police o Make hangup abort the current connection, not necessarily exiting (-auto/-ddial). o Trap HUP and INT during DoChat and abort the connection attempt. This means you can now type "dial" and change your mind with ^C, or HUP the process to stop it dialing. Slapped into doing it by: Chuck Robey <chuckr@glue.umd.edu>
Diffstat (limited to 'usr.sbin/ppp/defs.h')
-rw-r--r--usr.sbin/ppp/defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/defs.h b/usr.sbin/ppp/defs.h
index 2b90881..937fcaf 100644
--- a/usr.sbin/ppp/defs.h
+++ b/usr.sbin/ppp/defs.h
@@ -15,7 +15,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: defs.h,v 1.15 1997/06/09 03:27:18 brian Exp $
+ * $Id: defs.h,v 1.16 1997/06/13 02:07:29 brian Exp $
*
* TODO:
*/
@@ -69,6 +69,7 @@
#define MODE_BACKGROUND 64 /* Background mode. */
+#define EX_SIG -1
#define EX_NORMAL 0
#define EX_START 1
#define EX_SOCK 2
OpenPOWER on IntegriCloud