Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.sbin/rtadvd
Module Name: src
Committed By: christos
Date: Sun Dec 11 20:44:44 UTC 2011
Modified Files:
src/usr.sbin/rtadvd: config.c config.h if.c if.h rtadvd.c
Log Message:
- sprinkle const
- malloc + memset -> calloc
- free + malloc -> realloc
- syslog("%s", strerror(errno)) -> syslog("%m")
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/rtadvd/config.c
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/rtadvd/config.h
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/rtadvd/if.c
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/rtadvd/if.h
cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/rtadvd/rtadvd.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