On Fri, Oct 03, 2003 at 06:47:16PM +0200, Graham Leggett wrote:
> Kris Verbeeck wrote:
>
> >That won't solve the problem, the shared memory segment is still registered
> >somewhere in the kernel. I've had lots of problems with this too and only
> >deleting the file does not solve it. You have to
Kris Verbeeck wrote:
That won't solve the problem, the shared memory segment is still registered
somewhere in the kernel. I've had lots of problems with this too and only
deleting the file does not solve it. You have to remove the segments from
the kernel table too (see mail from Paul).
Is there
Greg Stein wrote:
That's not much of an example. All it really shows is how to register a
hook. A better example would be to *use* the hook in some way.
whoops. I guess I did leave out the explanatory comments. outside of that,
it pretty much follows the example in almost all the other hooks b
Paul J. Reder wrote:
Jeff Trawick wrote:
one true way or not, consistency with other style guidelines for this
body of code and the bulk of existing code is more important, and I
think this special case handling of the opening brace is going to be a
wart... doesn't match aesthetically, and is
Matthieu Estrade wrote:
Hi Jess,
Did you used the patch i did and i posted here and on bugzilla for bug
#18756 ?
No, I didn't. I must admit that it is difficult to spot the info (tree)
for the forest at times -- at least for me, though I notice I did
comment on this and am already cc'ed on th
Jeff Trawick wrote:
one true way or not, consistency with other style guidelines for this
body of code and the bulk of existing code is more important, and I
think this special case handling of the opening brace is going to be a
wart... doesn't match aesthetically, and is an extra rule that do
Cliff Woolley wrote:
On Thu, 2 Oct 2003, Jeff Trawick wrote:
I'm quite happy that
[httpd-2.0] $ find . -name '*.c' | xargs grep '^[ \t]+{'
currently produces no output, and I'd prefer that it stay that way ;)
That it does, but
[httpd-2.0] $ find . -name '*.c' | xargs egrep '^[ \t]+{'
(note t
Greg Stein wrote:
On Fri, Oct 03, 2003 at 12:07:23AM -0400, Cliff Woolley wrote:
...
I am NOT saying opening braces can or should be on their own line for
regular code. ONLY when they follow a conditional expression that spans
lines.
I'd prefer they get their own line all the time :-), so I'll
On Fri, Oct 03, 2003 at 12:07:23AM -0400, Cliff Woolley wrote:
>...
> I am NOT saying opening braces can or should be on their own line for
> regular code. ONLY when they follow a conditional expression that spans
> lines.
I'd prefer they get their own line all the time :-), so I'll certainly
agr
Hi Jess,
Did you used the patch i did and i posted here and on bugzilla for bug
#18756 ?
For your first issue, the problem should be that all memory allocation
are not controlled in the code, i mean if it return NULL or an address
to the memory, it's the same.
So maybe when you are at user 3
10 matches
Mail list logo