summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/mbuf.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-16 07:15:11 +0000
committerbrian <brian@FreeBSD.org>1998-06-16 07:15:11 +0000
commita6e9b391be3b3b740d767b3096db5a5e132d2267 (patch)
treec03a9b4768ed903f0ebae65f74f6d0d9d98f1a65 /usr.sbin/ppp/mbuf.c
parent67efb0adddd5c04e645535e5454772d1da2b7105 (diff)
downloadFreeBSD-src-a6e9b391be3b3b740d767b3096db5a5e132d2267.zip
FreeBSD-src-a6e9b391be3b3b740d767b3096db5a5e132d2267.tar.gz
o Don't dump core with ~m in term mode.
o Always put a '\r' before a '\n' at the end of a line in prompt_vPrintf() in term mode, and make prompt_Printf() use prompt_vPrintf(). o Fix ~? message.
Diffstat (limited to 'usr.sbin/ppp/mbuf.c')
-rw-r--r--usr.sbin/ppp/mbuf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c
index 8142014..36d4753 100644
--- a/usr.sbin/ppp/mbuf.c
+++ b/usr.sbin/ppp/mbuf.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: mbuf.c,v 1.14 1998/05/21 21:46:46 brian Exp $
+ * $Id: mbuf.c,v 1.15 1998/06/15 19:06:17 brian Exp $
*
*/
#include <sys/types.h>
@@ -151,7 +151,6 @@ mbuf_Write(struct mbuf * bp, u_char * ptr, int cnt)
int
mbuf_Show(struct cmdargs const *arg)
{
- /* Watch it - ~m calls us with arg == NULL */
int i;
static const char *mbuftype[] = {
"async", "fsm", "hdlcout", "ipin", "echo", "lqr", "link", "vjcomp",
OpenPOWER on IntegriCloud