Source-Changes-HG archive

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

[src/trunk]: src/lib/libtelnet remove unneeded definition of "P" macro



details:   https://anonhg.NetBSD.org/src/rev/32cf4b035e8f
branches:  trunk
changeset: 573728:32cf4b035e8f
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Feb 06 05:52:25 2005 +0000

description:
remove unneeded definition of "P" macro

diffstat:

 lib/libtelnet/enc-proto.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 11080162d114 -r 32cf4b035e8f lib/libtelnet/enc-proto.h
--- a/lib/libtelnet/enc-proto.h Sun Feb 06 05:48:23 2005 +0000
+++ b/lib/libtelnet/enc-proto.h Sun Feb 06 05:52:25 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: enc-proto.h,v 1.6 2005/02/06 05:48:23 perry Exp $      */
+/*     $NetBSD: enc-proto.h,v 1.7 2005/02/06 05:52:25 perry Exp $      */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -53,7 +53,6 @@
 
 #ifdef ENCRYPTION
 #include <sys/cdefs.h>
-#define P __P
 
 Encryptions *findencryption(int);
 Encryptions *finddecryption(int);



Home | Main Index | Thread Index | Old Index