Justus Winter, le Fri 16 May 2014 18:56:26 +0200, a écrit :
> * trans/fakeroot.c (main): Use C99-style struct initialization to
> initialize argp. This avoids a warning about missing field
> initializers.
Ack.
> ---
> trans/fakeroot.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
Justus Winter, le Fri 16 May 2014 18:56:27 +0200, a écrit :
> * proc/hash.c (reqport_find): Move this function...
> * proc/proc.h (process_drop): ... and this...
> * proc/mig-decls.h: ... here and rename them.
> * proc/mig-mutate.h: Update accordingly.
Ack.
> ---
> proc/hash.c | 11 ---
Justus Winter, le Fri 16 May 2014 18:56:25 +0200, a écrit :
> * trans/fakeroot.c (netfs_attempt_chown): Fix comparison between
> signed and unsigned integer expressions.
Ack.
> ---
> trans/fakeroot.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/trans/fakeroot.c b
Justus Winter, le Fri 16 May 2014 18:56:24 +0200, a écrit :
> A spurious semicolon caused a control flow bug in check_openmodes,
> leading to a port leak.
Ack
> * trans/fakeroot.c (check_openmodes): Remove spurious semicolon.
> ---
> trans/fakeroot.c | 2 +-
> 1 file changed, 1 insertion(+), 1 d
* trans/fakeroot.c (netfs_attempt_chown): Fix comparison between
signed and unsigned integer expressions.
---
trans/fakeroot.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/trans/fakeroot.c b/trans/fakeroot.c
index 0ea3cbf..3107e29 100644
--- a/trans/fakeroot.c
+++ b/tran
* proc/hash.c (reqport_find): Move this function...
* proc/proc.h (process_drop): ... and this...
* proc/mig-decls.h: ... here and rename them.
* proc/mig-mutate.h: Update accordingly.
---
proc/hash.c | 11 ---
proc/mig-decls.h | 18 ++
proc/mig-mutate.h | 6 +++---
* trans/fakeroot.c (main): Use C99-style struct initialization to
initialize argp. This avoids a warning about missing field
initializers.
---
trans/fakeroot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/trans/fakeroot.c b/trans/fakeroot.c
index 3107e29..c4b95de 100644
---
A spurious semicolon caused a control flow bug in check_openmodes,
leading to a port leak.
* trans/fakeroot.c (check_openmodes): Remove spurious semicolon.
---
trans/fakeroot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/trans/fakeroot.c b/trans/fakeroot.c
index 987af24..0
On Fri, 2014-05-16 at 06:20 -0700, Ian Lance Taylor wrote:
> On Fri, May 16, 2014 at 1:03 AM, Svante Signell
> wrote:
> >
> > For that part of the patch without it the build on GNU/Hurd fails. On
> > the other hand SYS_FCNTL is not defined for e.g. GNU/Linux either. This
> > is used in gcc-4.9-4.9
On Wed, 2014-05-07 at 10:18 +0200, Svante Signell wrote:
> On Tue, 2014-05-06 at 15:26 +0200, Samuel Thibault wrote:
Attached is an updated patch8.diff. Arch specific code to
src/libgo/mksysinfo.sh has been added, now other systems are not
affected by the patch except the SYS_FCNTL part.
For that
10 matches
Mail list logo