Source-Changes archive

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

CVS commit: src/usr.sbin/ldpd



Module Name:    src
Committed By:   christos
Date:           Thu Dec  9 00:11:00 UTC 2010

Modified Files:
        src/usr.sbin/ldpd: fsm.c label.c ldp_peer.c mpls_interface.c
            mpls_routes.c notifications.c socketops.c tlv_stack.c

Log Message:
- no cast for malloc
- malloc + memset = calloc
- sizeof(type) -> sizeof(*var)
- small indents


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/ldpd/fsm.c src/usr.sbin/ldpd/label.c \
    src/usr.sbin/ldpd/ldp_peer.c src/usr.sbin/ldpd/mpls_interface.c \
    src/usr.sbin/ldpd/mpls_routes.c src/usr.sbin/ldpd/notifications.c \
    src/usr.sbin/ldpd/socketops.c src/usr.sbin/ldpd/tlv_stack.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