summaryrefslogtreecommitdiff
path: root/sbin/routed/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/if.c')
-rw-r--r--sbin/routed/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/if.c b/sbin/routed/if.c
index 2e505b5005cdf..df886697c3f0f 100644
--- a/sbin/routed/if.c
+++ b/sbin/routed/if.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sbin/routed/if.c,v 1.6 1999/09/05 17:49:11 peter Exp $
*/
#include "defs.h"
@@ -42,7 +42,7 @@ static char sccsid[] __attribute__((unused)) = "@(#)if.c 8.1 (Berkeley) 6/5/93";
#include <sys/cdefs.h>
__RCSID("$NetBSD$");
#endif
-#ident "$FreeBSD$"
+#ident "$FreeBSD: src/sbin/routed/if.c,v 1.6 1999/09/05 17:49:11 peter Exp $"
struct interface *ifnet; /* all interfaces */