Noticias REVIT - Control-P MAX - CAD (Descuento - Cursos - Nuevas Versiones)

2010-09-27 Thread NAyC - Miller Co.
Miller - De Feo - Calcagno y Asoc. Noticia 5 Gestisn de Costos de Obra con Control-P MAX Curso a Distancia Temario Conceptual: * Solucisn definitiva la tema de Presupuestacisn y Seguimiento de Obras * Metodologma PMI (Project Management Institute) * Diferenciacisn de Tipos

Re: netcat(1): check local port val

2010-09-27 Thread Mark Lumsden
Hi Mark, Mark Lumsden wrote on Thu, Sep 23, 2010 at 07:38:00AM +: Add a check to the user supplied value of the local port. [...] ok? No, not ok; i think the patch is incorrect. The pflag is passed to getaddrinfo(3): int getaddrinfo(const char *hostname, const char

Re: merge pms and pmsi + added support for some of mouse

2010-09-27 Thread Alexandr Shadchin
On Sun, Sep 26, 2010 at 07:12:45PM -0400, Kenneth R Westerback wrote: The commmitted version breaks my eeePC, as I reported the last version I got via email did. Suspend/resume in text mode seems ok, but after confirming that, I did 'startx' and the cursor is stuck in the right part of the

Re: merge pms and pmsi + added support for some of mouse

2010-09-27 Thread Alexandr Shadchin
On Fri, Sep 24, 2010 at 05:40:37PM +0400, Alexandr Shadchin wrote: Hi! Paul Irofti proposed to split the diff in a few easy steps. Step 1 - merge drivers pms and pmsi. Step 2 - cleanup, standardization of interfaces and preparation for easy addition of new devices. Now the resume of work

Re: merge pms and pmsi + added support for some of mouse

2010-09-27 Thread Matthew Dempsky
On Mon, Sep 27, 2010 at 10:42 AM, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: if (pa-pa_slot != PCKBC_AUX_SLOT) - return (0); + return 0; return (x) is proper KNF. Please don't undo it.

Re: merge pms and pmsi + added support for some of mouse

2010-09-27 Thread Miod Vallat
On Mon, Sep 27, 2010 at 10:42 AM, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: if (pa-pa_slot != PCKBC_AUX_SLOT) - return (0); + return 0; return (x) is proper KNF. Please don't undo it. Actually, return with braces is old KNF, just like KR

Re: merge pms and pmsi + added support for some of mouse

2010-09-27 Thread Kenneth R Westerback
On Mon, Sep 27, 2010 at 08:28:36PM +, Miod Vallat wrote: On Mon, Sep 27, 2010 at 10:42 AM, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: if (pa-pa_slot != PCKBC_AUX_SLOT) - return (0); + return 0; return (x) is proper KNF. Please

Re: merge pms and pmsi + added support for some of mouse

2010-09-27 Thread Janjaap van Velthooven
On Mon, Sep 27, 2010 at 08:28:36PM +, Miod Vallat wrote: On Mon, Sep 27, 2010 at 10:42 AM, Alexandr Shadchin alexandr.shadc...@gmail.com wrote: if (pa-pa_slot != PCKBC_AUX_SLOT) - return (0); + return 0; return (x) is proper KNF. Please