Source-Changes archive

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

CVS commit: [netbsd-6-0] src/dist/ipf



Module Name:    src
Committed By:   riz
Date:           Mon Nov 19 18:06:15 UTC 2012

Modified Files:
        src/dist/ipf [netbsd-6-0]: ipmon.h
        src/dist/ipf/tools [netbsd-6-0]: ipmon.c ipmon_y.y

Log Message:
Pull up following revision(s) (requested by nakayama in ticket #651):
        external/bsd/ipf/dist/lib/hostname.c: revision 1.3
        external/bsd/ipf/dist/tools/ipmon_y.y: revision 1.2
        external/bsd/ipf/dist/tools/ipmon.c: revision 1.4
        external/bsd/ipf/dist/tools/ipmon.c: revision 1.5
        external/bsd/ipf/dist/tools/ipmon.c: revision 1.6
        external/bsd/ipf/dist/ipf.h: revision 1.3
        external/bsd/ipf/dist/tools/ipmon.c: revision 1.7
        external/bsd/ipf/dist/ipmon.h: revision 1.3
- fix alignment issues in ipmon
- protoize ipmon.c, use void *, size_t instead of char *, int.
missed a const commit
Don't play stupid pet tricks with alignments and simplify the code not
to allocate/copy.
copy structures for alignment purposes
Remove ipl overwrite.  Which was missed in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.8.1 src/dist/ipf/ipmon.h
cvs rdiff -u -r1.21 -r1.21.8.1 src/dist/ipf/tools/ipmon.c
cvs rdiff -u -r1.2 -r1.2.8.1 src/dist/ipf/tools/ipmon_y.y

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