summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfctl
diff options
context:
space:
mode:
authorbenno <benno@openbsd.org>2016-09-02 14:02:48 +0000
committerbenno <benno@openbsd.org>2016-09-02 14:02:48 +0000
commit2d29f8f3ff8abb5086a5ba81fc389531f35640a1 (patch)
tree3ee491705d1082a3a610278b890db4e496a8bbf2 /usr.sbin/ospfctl
parentwork on making log.c similar in all daemons: (diff)
downloadwireguard-openbsd-2d29f8f3ff8abb5086a5ba81fc389531f35640a1.tar.xz
wireguard-openbsd-2d29f8f3ff8abb5086a5ba81fc389531f35640a1.zip
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@, feedback from henning@, deraadt@, reyk@
Diffstat (limited to 'usr.sbin/ospfctl')
-rw-r--r--usr.sbin/ospfctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfctl/Makefile b/usr.sbin/ospfctl/Makefile
index f713544c012..cfd5e4ccb71 100644
--- a/usr.sbin/ospfctl/Makefile
+++ b/usr.sbin/ospfctl/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 2010/05/26 16:44:32 nicm Exp $
+# $OpenBSD: Makefile,v 1.5 2016/09/02 14:02:48 benno Exp $
.PATH: ${.CURDIR}/../ospfd
PROG= ospfctl
-SRCS= log.c ospfctl.c parser.c
+SRCS= logmsg.c ospfctl.c parser.c
CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual