Sun Jan 29 19:38:38 2017 UTC ()
this is not needed anymore


(christos)
diff -r1.6 -r1.7 src/crypto/external/bsd/heimdal/include/roken.h

cvs diff -r1.6 -r1.7 src/crypto/external/bsd/heimdal/include/roken.h (expand / switch to unified diff)

--- src/crypto/external/bsd/heimdal/include/roken.h 2017/01/29 19:38:00 1.6
+++ src/crypto/external/bsd/heimdal/include/roken.h 2017/01/29 19:38:38 1.7
@@ -89,27 +89,27 @@ typedef int rk_socket_t; @@ -89,27 +89,27 @@ typedef int rk_socket_t;
89#include <err.h> 89#include <err.h>
90#include <termios.h> 90#include <termios.h>
91#include <sys/ioctl.h> 91#include <sys/ioctl.h>
92#include <sys/time.h> 92#include <sys/time.h>
93#include <time.h> 93#include <time.h>
94 94
95#include <paths.h> 95#include <paths.h>
96 96
97#include <dirent.h> 97#include <dirent.h>
98 98
99 99
100 100
101 101
102#include "roken-common.h" 102#include <krb5/roken-common.h>
103 103
104ROKEN_CPP_START 104ROKEN_CPP_START
105 105
106#define rk_UNCONST(x) ((void *)(uintptr_t)(const void *)(x)) 106#define rk_UNCONST(x) ((void *)(uintptr_t)(const void *)(x))
107 107
108 108
109 109
110 110
111 111
112 112
113 113
114 114
115 115