pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/vba



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sat Sep 29 21:27:15 UTC 2012

Modified Files:
        pkgsrc/emulators/vba: distinfo
        pkgsrc/emulators/vba/patches: patch-ag
Added Files:
        pkgsrc/emulators/vba/patches: patch-src_memgzio.c patch-src_memgzio.h

Log Message:
Use const syntax correctly. const void * != void *const, and likewise,
given the libz typedef "voidp" for void *, "const voidp" does not magically
inject const inside the typedef'd type. Use the libz typedef "voidpc"
instead. May fix PR 46996.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/emulators/vba/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/vba/patches/patch-ag
cvs rdiff -u -r0 -r1.1 pkgsrc/emulators/vba/patches/patch-src_memgzio.c \
    pkgsrc/emulators/vba/patches/patch-src_memgzio.h

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