Re: [gentoo-user] memset_s

2017-11-10 Thread Jorge Almeida
On Fri, Nov 10, 2017 at 11:19 PM, R0b0t1 wrote: > On Fri, Nov 10, 2017 at 2:09 PM, Jorge Almeida wrote: >> On Fri, Nov 10, 2017 at 4:25 PM, R0b0t1 wrote: > >> >> http://www.daemonology.net/blog/2014-09-04-how-to-zero-a-buffer.html >> > >

Re: [gentoo-user] Is there rpcgen in Gentoo and how to compile dev-perl/Ace?

2017-11-10 Thread Anton Molyboha
Thanks a lot Andreas! Emerging net-libs/prcsvc-proto did solve the problem, and I was eventually able to compile dev-perl/Ace. On Thu, Nov 9, 2017 at 8:12 PM, Andreas K. Huettel wrote: > Am Freitag, 10. November 2017, 01:50:04 CET schrieb Anton Molyboha: > > Hi all, > > >

Re: [gentoo-user] memset_s

2017-11-10 Thread R0b0t1
On Fri, Nov 10, 2017 at 2:09 PM, Jorge Almeida wrote: > On Fri, Nov 10, 2017 at 4:25 PM, R0b0t1 wrote: >> Hello, >> > >> >> I'm having trouble finding the article again, but these functions look >> very similar to Microsoft's extensions to the C standard.

[gentoo-user] Update of glibc-2.23 to 2.25

2017-11-10 Thread Kai Peter
From the "cron" thread: On 2017-11-05 18:12, Neil Bothwick wrote: On Sun, 05 Nov 2017 17:56:56 +0100, Kai Peter wrote: OT: Seems that since the last update of my MUA the formatting of my mails is broken - at least at reply's. There are extra line breaks. G - if you not do everything by

Re: [gentoo-user] memset_s

2017-11-10 Thread Jorge Almeida
On Fri, Nov 10, 2017 at 4:25 PM, R0b0t1 wrote: > Hello, > > > I'm having trouble finding the article again, but these functions look > very similar to Microsoft's extensions to the C standard. There is a > good case to be made that they are counterproductive. Yes, it looks

Re: [gentoo-user] memset_s

2017-11-10 Thread Alexander Kapshuk
On Fri, Nov 10, 2017 at 6:25 PM, R0b0t1 wrote: > Hello, > > On Fri, Nov 10, 2017 at 5:34 AM, Jorge Almeida > wrote: > > On Fri, Nov 10, 2017 at 10:52 AM, Marc Joliet wrote: > >> Am Freitag, 10. November 2017, 10:54:53 CET schrieb Jorge

Re: [gentoo-user] memset_s

2017-11-10 Thread R0b0t1
Hello, On Fri, Nov 10, 2017 at 5:34 AM, Jorge Almeida wrote: > On Fri, Nov 10, 2017 at 10:52 AM, Marc Joliet wrote: >> Am Freitag, 10. November 2017, 10:54:53 CET schrieb Jorge Almeida: >>> I'm trying to use memset_s() but the system (glibc?) doesn't know >>>

[gentoo-user] Re: memset_s

2017-11-10 Thread Nikos Chantziaras
On 10/11/17 11:54, Jorge Almeida wrote: I'm trying to use memset_s() but the system (glibc?) doesn't know about it. I also tried to compile against musl, same result. There's precious little info about memset_s in the net. Does it exist at all? No man page. $ grep -r memset_s /usr/include

Re: [gentoo-user] memset_s

2017-11-10 Thread Jorge Almeida
On Fri, Nov 10, 2017 at 10:52 AM, Marc Joliet wrote: > Am Freitag, 10. November 2017, 10:54:53 CET schrieb Jorge Almeida: >> I'm trying to use memset_s() but the system (glibc?) doesn't know >> about it. I also tried to compile against musl, same result. >> > It seems as though

Re: [gentoo-user] memset_s

2017-11-10 Thread Marc Joliet
Am Freitag, 10. November 2017, 10:54:53 CET schrieb Jorge Almeida: > I'm trying to use memset_s() but the system (glibc?) doesn't know > about it. I also tried to compile against musl, same result. > > There's precious little info about memset_s in the net. Does it exist > at all? No man page. >

[gentoo-user] memset_s

2017-11-10 Thread Jorge Almeida
I'm trying to use memset_s() but the system (glibc?) doesn't know about it. I also tried to compile against musl, same result. There's precious little info about memset_s in the net. Does it exist at all? No man page.