History log of /netbsd/usr.sbin/ldpd/notifications.c (Results 1 – 3 of 3)
Revision Date Author Comments
# ef4c351a 11-Jul-2013 kefren <kefren@NetBSD.org>

Constify a little bit


# 769c32d9 09-Dec-2010 christos <christos@NetBSD.org>

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


# a994a89a 08-Dec-2010 kefren <kefren@NetBSD.org>

Add ldpd, a RFC 3036 compatible LDP speaker.