summaryrefslogtreecommitdiff
path: root/debian/patches/libtelnet-AUTHTYPE_NAMES.patch
blob: 83530b2831e96187c1176c819cc4fe85b256023c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: inetutils/libtelnet/auth.c
===================================================================
--- inetutils.orig/libtelnet/auth.c	2011-12-31 19:02:32.000000000 +0400
+++ inetutils/libtelnet/auth.c	2013-05-11 02:20:54.588903418 +0400
@@ -76,6 +76,7 @@
 # include <sys/types.h>
 # include <signal.h>
 # define AUTH_NAMES
+# define AUTHTYPE_NAMES /* illumos/solaris libc */
 # include <arpa/telnet.h>
 # include <stdlib.h>
 # ifdef	NO_STRING_H