|
|
| version 1.2, 2003/06/17 04:27:07 | version 1.3, 2003/11/14 03:54:29 |
|---|---|
| Line 40 | Line 40 |
| /* | /* |
| * from arp.c 8.2 (Berkeley) 1/2/94 | * from arp.c 8.2 (Berkeley) 1/2/94 |
| * $FreeBSD: src/libexec/bootpd/rtmsg.c,v 1.10 1999/08/28 00:09:19 peter Exp $ | * $FreeBSD: src/libexec/bootpd/rtmsg.c,v 1.10 1999/08/28 00:09:19 peter Exp $ |
| * $DragonFly: src/libexec/bootpd/rtmsg.c,v 1.1 2003/06/16 04:58:10 dillon Exp $ | * $DragonFly$ |
| */ | */ |
| #include <sys/param.h> | #include <sys/param.h> |
| Line 73 | Line 73 |
| #include "report.h" | #include "report.h" |
| static int rtmsg __P((int)); | static int rtmsg (int); |
| static int s = -1; /* routing socket */ | static int s = -1; /* routing socket */ |