summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ospfd/rde.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/rde.c b/usr.sbin/ospfd/rde.c
index 1aee4a2df14..bef4c7be307 100644
--- a/usr.sbin/ospfd/rde.c
+++ b/usr.sbin/ospfd/rde.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.c,v 1.49 2006/12/08 21:28:08 claudio Exp $ */
+/* $OpenBSD: rde.c,v 1.50 2006/12/21 17:10:11 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org>
@@ -92,9 +92,9 @@ rde(struct ospfd_conf *xconf, int pipe_parent2rde[2], int pipe_ospfe2rde[2],
int pipe_parent2ospfe[2])
{
struct timeval now;
+ struct event ev_sigint, ev_sigterm;
struct passwd *pw;
struct redistribute *r;
- struct event ev_sigint, ev_sigterm;
pid_t pid;
switch (pid = fork()) {