From f965c7bdc4f5016687632f91fa70a8f097d68bf5 Mon Sep 17 00:00:00 2001 From: silby Date: Sun, 7 Oct 2007 20:44:24 +0000 Subject: Add FBSDID to all files in netinet so that people can more easily include file version information in bug reports. Approved by: re (kensmith) --- sys/netinet/in_rmx.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/netinet/in_rmx.c') diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index fd025a8..d1c26af 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -25,8 +25,6 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* @@ -42,6 +40,9 @@ * indefinitely. See in_rtqtimo() below for the exact mechanism. */ +#include +__FBSDID("$FreeBSD$"); + #include #include #include -- cgit v1.1