pkgsrc-Bugs archive

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

PR/48037 CVS commit: pkgsrc/devel/tradcpp



The following reply was made to PR pkg/48037; it has been noted by GNATS.

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/48037 CVS commit: pkgsrc/devel/tradcpp
Date: Wed, 10 Jul 2013 05:50:06 +0000

 Module Name:   pkgsrc
 Committed By:  dholland
 Date:          Wed Jul 10 05:50:06 UTC 2013
 
 Modified Files:
        pkgsrc/devel/tradcpp: distinfo
 Added Files:
        pkgsrc/devel/tradcpp/patches: patch-main.c
 
 Log Message:
 Oops, forgot <stdarg.h>. PR 48037
 
 There must be something wrong with netbsd's headers, as none of
 
    #include <stdbool.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    #include <errno.h>
    #include <err.h>
 
 ought to leak in stdarg.h, but apparently one is.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/tradcpp/distinfo
 cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tradcpp/patches/patch-main.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index