Bâches imprimées, chevalets - moins chers, plus vite

2012-02-19 Thread VEDI - Express
Dij` disponible 2 jours aprhs la commande Impression HD - encres risistantes aux UV 4 supports d'impression au choix 8 finitions (oeillets, renforts du bord, etc) Upload immidiat de vos fichiers ou transfert diffiri Commandez online en 5 minutes BILITE INDOOR/ BILITE OUTDOOR Structures aut

Alert - The Branding Ultimatum

2012-02-19 Thread Robert Stacey
Greetings. Please be aware that a Senior Level gathering is taking place in Toronto on May 9th 2012. The agenda is to deal with tactical strategies on market share issues. At a time when Facebook becomes a $100 billion dollar enterprise for the global 2 billion online users while YouTube gets 3

Re: ksh(1): encapsulate hashtable iteration usage

2012-02-19 Thread Steffen Daode Nurpmeso
Otto Moerbeek wrote [2012-02-19 08:49+0100]: > while I did graduate on a theoretical computer science subject myself I have no doubt about that. (?) > I think this alternate hash table stuff is all overkill for ksh. But a linear array based implementation with INT_MAX/2 is a heavy thing. Did yo

[PATCH] ln: support -L|-P options (from FreeBSD)

2012-02-19 Thread Kent R. Spillner
Howdy- This patch adds support for the -L|-P options to ln; see: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ln.html Based on FreeBSD's code & manpage (http://svnweb.freebsd.org/base/head/bin/ln/), except the regress stuff (which is all my fault). Best, Kent Index: bin/ln/ln.1 ===

Fix a stupid bug in tcpdump print-bgp.c

2012-02-19 Thread Claudio Jeker
Fairly obvious bug that I found while doing something pure evil. -- :wq Claudio Index: print-bgp.c === RCS file: /cvs/src/usr.sbin/tcpdump/print-bgp.c,v retrieving revision 1.14 diff -u -p -r1.14 print-bgp.c --- print-bgp.c 27 Oct 2

Re: grep: use queue(3)

2012-02-19 Thread Arto Jonsson
On Sat, Feb 18, 2012 at 01:23:36PM -0800, Philip Guenther wrote: > On Sat, Feb 18, 2012 at 12:20 PM, Arto Jonsson wrote: > > Use queue(3) macros instead of own internal queue implementation. No > > functional change. > ... > > -typedef struct queue { > > - B B B struct queue B *next; > > - B