Heimdal is an implementation of Kerberos 5 (and some more stuff) largely written in Sweden. ok sthen@ Note that it is not enabled yet because none of the requesters for this port stood up to give me any feedback nor OK. Also this is still a WIP, it may not even build with all the recent changes in base.
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
$OpenBSD: patch-lib_libedit_src_unvis_c,v 1.1 2014/07/13 14:10:14 ajacoutot Exp $
|
|
--- lib/libedit/src/unvis.c.orig Thu Apr 24 13:50:55 2014
|
|
+++ lib/libedit/src/unvis.c Thu Apr 24 13:51:01 2014
|
|
@@ -46,8 +46,10 @@ __RCSID("$NetBSD: unvis.c,v 1.32 2010/11/27 21:22:11 c
|
|
#include <stdio.h>
|
|
#include <vis.h>
|
|
|
|
+#if !defined(__OpenBSD__)
|
|
#ifdef __weak_alias
|
|
__weak_alias(strunvis,_strunvis)
|
|
+#endif
|
|
#endif
|
|
|
|
#if !HAVE_VIS
|