bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] syslogd - clog.patch - port clog from bsd version to


From: Daniel Lehne
Subject: Re: [bug-inetutils] syslogd - clog.patch - port clog from bsd version to inetutils linux
Date: Wed, 07 Dec 2011 17:04:54 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0

On 30.11.2011 г. 16:53, Alfred M. Szmidt wrote:
    Index: inetutils-1.6/clog/clog.h
    ===================================================================
    --- /dev/null    1970-01-01 00:00:00.000000000 +0000
    +++ inetutils-1.6/clog/clog.h    2011-11-30 10:49:18.769499826 +0200
    @@ -0,0 +1,53 @@
    +/*-
    + * Copyright (c) 2001
    + *     Jeff Wheelhouse (address@hidden)

Do you know if Jeff Wheelhouse would like to sign an copyright
assignment for this code?
No, i don't know it.
Did you do any significant changes to this?
Also, has anyone else done any such changes?
The source isn't changed significantly by me. Here is a diff to the source from Jeff Wheelhouse page and my changes. When this is from his page so no one else does changes to the source, excepting me.

src$ diff clog/clog.c inetutils-1.6/clog/clog.c
40a41
> #include <stdint.h>
140c141
< pbuffer = mmap(NULL,sb.st_size,PROT_READ,MAP_SHARED,fd,0);
---
> pbuffer = (char*)mmap(NULL,sb.st_size,PROT_READ,MAP_SHARED,fd,0);

src$ diff clog/clog.h /home/led/src/inetutils-1.6/clog/clog.h
39c39
< const char MAGIC_CONST[4] = "CLOG";
---
> const char MAGIC_CONST[5] = "CLOG";
We would need everyone
who has contributed any significant amount of code to assign (or
disclaim) their copyright to the FSF before we can include this in
inetutils.
Of course i assign the copyright to FSF !




reply via email to

[Prev in Thread] Current Thread [Next in Thread]