Commit Graph

11 Commits

Author SHA1 Message Date
Luke Howard
37f7c5476d roken: fix Solaris build
libroken needs to be linked against libnsl for inet_ntoa()
2023-01-07 11:40:44 +11:00
Jeffrey Altman
dc46b1f82d solaris: Define _STDC_C11_BCI for memset_s prototype
On Solaris, the memset_s() prototype is only visible if _STDC_C11_BCI
is defined.

93518bfab4 ("use memset_s")
introduced warnings on Solaris

  warning: implicit declaration of function ‘memset_s’;
  did you mean ‘memset’? [-Wimplicit-function-declaration]

Change-Id: Ia02db5e96021a26fb30aa1a593ef6a2b3e3a5b5f
2019-05-23 19:04:42 -04:00
Luke Howard
0de138a7dc cf: define __EXTENSIONS__ on Solaris
defining __EXTENSIONS__ is necessary to build on Solaris 11
2015-12-09 11:02:28 +11:00
Nicolas Williams
cdceea1b3e Revert "A simple (but wrong?) fix for Solaris build issues"
This reverts commit 6a7f2a5b2e.
2011-09-27 16:05:34 -05:00
Nicolas Williams
6a7f2a5b2e A simple (but wrong?) fix for Solaris build issues 2011-09-27 01:59:44 -05:00
Love Hornquist Astrand
63e865e500 Fix quoting for [], reported by Klas Heggemann 2009-10-13 23:44:44 -07:00
Love Hornquist Astrand
048ccef92e SUN4 dead, sorry 2009-09-16 16:34:39 -07:00
Love Hörnquist Åstrand
2b0cbfe604 Detect solaris2.11 and later and assume its sunos=58.
Bug report from Klas Heggemann.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23173 ec53bebd-3082-4978-b11e-865c3cabbd6b
2008-05-22 02:53:09 +00:00
Love Hörnquist Åstrand
aa3da63292 Match solaris 10. From: Joakim Fallsjo <fallsjo@sanchin.se>
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14608 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-03-01 22:17:44 +00:00
Johan Danielsson
5da8d732fb more quoting
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11479 ec53bebd-3082-4978-b11e-865c3cabbd6b
2002-10-16 14:42:13 +00:00
Johan Danielsson
449eccd7df various sunos tests
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11280 ec53bebd-3082-4978-b11e-865c3cabbd6b
2002-08-28 19:53:51 +00:00