Source-Changes-HG archive

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

[src/trunk]: src/libexec/telnetd Move #endif so that inclusion of libtelnet/a...



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

description:
Move #endif so that inclusion of libtelnet/auth.h and
libtelnet/encrypt.h do not depend upon DEFAULT_IM being undefined.
>From bin/13667 by Brian Ginsbach.

diffstat:

 libexec/telnetd/ext.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 7d387fd6267e -r f8f9283b3012 libexec/telnetd/ext.h
--- a/libexec/telnetd/ext.h     Mon Aug 20 11:04:52 2001 +0000
+++ b/libexec/telnetd/ext.h     Mon Aug 20 11:12:19 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ext.h,v 1.13 2001/07/19 04:57:49 itojun Exp $  */
+/*     $NetBSD: ext.h,v 1.14 2001/08/20 11:12:19 wiz Exp $     */
 
 /*
  * Copyright (c) 1989, 1993
@@ -238,6 +238,7 @@
 #   endif
 #  endif
 # endif
+#endif
 
 #if    defined(AUTHENTICATION)
 #include <libtelnet/auth.h>
@@ -246,4 +247,3 @@
 #if defined(ENCRYPTION)
 #include <libtelnet/encrypt.h>
 #endif
-#endif



Home | Main Index | Thread Index | Old Index