Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/telnetd Improve whitespace a bit, per bin/13667 by B...



details:   https://anonhg.NetBSD.org/src/rev/db2032501ddd
branches:  trunk
changeset: 514029:db2032501ddd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 20 11:19:29 2001 +0000

description:
Improve whitespace a bit, per bin/13667 by Brian Ginsbach.

diffstat:

 libexec/telnetd/sys_term.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5455c9c58471 -r db2032501ddd libexec/telnetd/sys_term.c
--- a/libexec/telnetd/sys_term.c        Mon Aug 20 11:14:05 2001 +0000
+++ b/libexec/telnetd/sys_term.c        Mon Aug 20 11:19:29 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sys_term.c,v 1.25 2001/08/20 11:13:17 wiz Exp $        */
+/*     $NetBSD: sys_term.c,v 1.26 2001/08/20 11:19:29 wiz Exp $        */
 
 /*
  * Copyright (c) 1989, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95";
 #else
-__RCSID("$NetBSD: sys_term.c,v 1.25 2001/08/20 11:13:17 wiz Exp $");
+__RCSID("$NetBSD: sys_term.c,v 1.26 2001/08/20 11:19:29 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -1864,7 +1864,7 @@
        if (cpp == &argv[(long)argv[-1]]) {
                --argv;
                *argv = (char *)((long)(*argv) + 10);
-               argv = (char **)realloc(argv, sizeof(*argv)*((long)(*argv) + 2));
+               argv = (char **)realloc(argv, sizeof(*argv) * ((long)(*argv) + 2));
                if (argv == NULL) {
                        fatal(net, "not enough memory");
                        /*NOTREACHED*/



Home | Main Index | Thread Index | Old Index