pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/nbpatch/files



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Sep 16 11:59:29 UTC 2008

Modified Files:
        pkgsrc/devel/nbpatch/files: inp.c util.c

Log Message:
Don't use sig_t, it doesn't exist on QNX. Conditionally use madvise or
posix_madvise if MADV_SEQUENTIAL or POSIX_MADV_SEQUENTIAL exist. As it
is a hint for the VM subsystem, it doesn't hurt if neither is provided.
Based on input from Sean Boudreau.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/nbpatch/files/inp.c \
    pkgsrc/devel/nbpatch/files/util.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