Re: [9fans] question about #include_next directive

2018-08-03 Thread hiro
don't mix work and play. this will end badly.

Re: [9fans] question about #include_next directive

2018-08-03 Thread Dave MacFarlane
How advanced is your git usage? If you're only doing simple merges and pushes dgit (https://github.com/driusan/dgit) is approaching useful since someone taught me how to throw the official git test suite at it. I definitely wouldn't recommend it as a daily driver, but if you only want to push a co

Re: [9fans] question about #include_next directive

2018-08-03 Thread Lyndon Nerenberg
> On Aug 3, 2018, at 11:35 AM, Kyohei Kadota wrote: > > I know Plan 9's devtls is more useful than Unix's libraries, but finally want > to use git and github.com on Plan 9. > My team works frequently with git. It might be easier to just teach git to use the native Plan9 TLS API.

Re: [9fans] question about #include_next directive

2018-08-03 Thread Kyohei Kadota
Thanks cinap. I know Plan 9's devtls is more useful than Unix's libraries, but finally want to use git and github.com on Plan 9. My team works frequently with git. Git-wrapper can clone but it can't merge, push, and so on. And I started to port LibreSSL because official git links some libraries s

Re: [9fans] question about #include_next directive

2018-08-03 Thread cinap_lenrek
what are you intending to use libressl for in native plan9? plan9 already has a crypto library (libsec) which is a fraction of the size of openssl and works quite well. i'v been using it to implement many crypto protocols to talk to the outside world. for tls, plan9 uses devtls which allows you to

[9fans] question about #include_next directive

2018-08-03 Thread Kyohei Kadota
Hi, fans. I'm trying to port LibreSSL on native Plan 9. Some functions are works now: 1. git clone https://github.com/lufia/portable && cd portable 2. rc ./update.rc 3. ape/patch -p0 #endif ! #line 1 "/usr/lufia/" cpp: :2 Unknown preprocessor control include_next I h