1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00

work on making log.c similar in all daemons:

move daemon-local functions into new logmsg.c, and reduce
the (mostly whitespace) differences so that log.c's can be diffed easily.

ok claudio@
This commit is contained in:
benno 2016-09-02 18:00:07 +00:00
parent fcdf914b30
commit 0ef98bd3f3

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1 2015/10/02 04:31:52 renato Exp $
# $OpenBSD: Makefile,v 1.2 2016/09/02 18:00:07 benno Exp $
.PATH: ${.CURDIR}/../eigrpd
PROG= eigrpctl
SRCS= util.c log.c eigrpctl.c parser.c
SRCS= util.c log.c logmsg.c eigrpctl.c parser.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual