Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/telnet Whitespace cleanup.



details:   https://anonhg.NetBSD.org/src/rev/416666ab8426
branches:  trunk
changeset: 474630:416666ab8426
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 12 22:10:52 1999 +0000

description:
Whitespace cleanup.

diffstat:

 usr.bin/telnet/commands.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 75a0485c0267 -r 416666ab8426 usr.bin/telnet/commands.c
--- a/usr.bin/telnet/commands.c Mon Jul 12 22:07:22 1999 +0000
+++ b/usr.bin/telnet/commands.c Mon Jul 12 22:10:52 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: commands.c,v 1.27 1999/07/02 15:11:53 itojun Exp $     */
+/*     $NetBSD: commands.c,v 1.28 1999/07/12 22:10:52 thorpej Exp $    */
 
 /*
  * Copyright (C) 1997 and 1998 WIDE Project.
@@ -67,7 +67,7 @@
 #if 0
 static char sccsid[] = "@(#)commands.c 8.4 (Berkeley) 5/30/95";
 #else
-__RCSID("$NetBSD: commands.c,v 1.27 1999/07/02 15:11:53 itojun Exp $");
+__RCSID("$NetBSD: commands.c,v 1.28 1999/07/12 22:10:52 thorpej Exp $");
 #endif
 #endif /* not lint */
 
@@ -2321,7 +2321,7 @@
                perror("setsockopt (source route)");
        }
 #if defined(IPSEC) && defined(IPSEC_POLICY_IPSEC)
-       if (ipsec_policy) {
+       if (ipsec_policy) {
                int len;
                char *buf;
                int level;



Home | Main Index | Thread Index | Old Index