Add RCS Id.

This commit is contained in:
wiz 2006-12-29 10:39:59 +00:00
parent 6ecddff523
commit 0b5301abc7
4 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* $NetBSD: if_srt.c,v 1.2 2006/12/29 10:40:48 wiz Exp $ */
/* This file is in the public domain. */
#include "opt_inet.h"

View File

@ -1,6 +1,8 @@
#ifndef _IF_SRT_H_1b91f8f1_
#define _IF_SRT_H_1b91f8f1_
/* $NetBSD: if_srt.h,v 1.2 2006/12/29 10:40:48 wiz Exp $ */
/* This file is in the public domain. */
#include <net/if.h> /* XXX for IFNAMSIZ */

View File

@ -1,3 +1,4 @@
# $NetBSD: Makefile,v 1.2 2006/12/29 10:39:59 wiz Exp $
# This file is in the public domain.
PROG= srtconfig

View File

@ -1,3 +1,4 @@
/* $NetBSD: srtconfig.c,v 1.2 2006/12/29 10:39:59 wiz Exp $ */
/* This file is in the public domain. */
#include <stdio.h>