Source-Changes archive

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

CVS commit: src/usr.sbin/fwctl



Module Name:    src
Committed By:   christos
Date:           Mon Dec 13 16:52:53 UTC 2010

Modified Files:
        src/usr.sbin/fwctl: fwcontrol.c

Log Message:
- no casts for malloc and free
- malloc(type) -> malloc(*value)
- malloc+strcpy -> strdup


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/fwctl/fwcontrol.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