diff options
author | markm <markm@FreeBSD.org> | 2001-11-30 22:37:28 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-11-30 22:37:28 +0000 |
commit | 9d10280c0b2db016fcf52e1286f10ae1eec0eef2 (patch) | |
tree | 5a2f82523134ac4752033664be45a599f019ca06 /lib | |
parent | 14227a41e2b61efeed2657b0c3c771752ca8011f (diff) | |
download | FreeBSD-src-9d10280c0b2db016fcf52e1286f10ae1eec0eef2.zip FreeBSD-src-9d10280c0b2db016fcf52e1286f10ae1eec0eef2.tar.gz |
Merge the (in)complete ANSIfication work from src/crypto/telnet.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libtelnet/misc-proto.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libtelnet/misc-proto.h b/lib/libtelnet/misc-proto.h index 5f4f9fc..aea753c 100644 --- a/lib/libtelnet/misc-proto.h +++ b/lib/libtelnet/misc-proto.h @@ -57,14 +57,6 @@ #ifndef __MISC_PROTO__ #define __MISC_PROTO__ -#if !defined(P) -#ifdef __STDC__ -#define P(x) x -#else -#define P(x) () -#endif -#endif - void auth_encrypt_init(char *, char *, const char *, int); void auth_encrypt_connect(int); void printd(const unsigned char *, int); |