Add NetBSD rcsid tags, and preserve old ones from i4b source

This commit is contained in:
explorer 1999-04-04 06:57:03 +00:00
parent 6249482be9
commit 9350aaaee9
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: if_sppp.h,v 1.4 1999/04/04 06:57:03 explorer Exp $ */
/*
* Defines for synchronous PPP/Cisco link level subroutines.
*
@ -18,7 +20,7 @@
*
* From: if_sppp.h,v 1.8 1997/10/11 11:25:20 joerg Exp
*
* $Id: if_sppp.h,v 1.3 1999/04/04 06:07:56 explorer Exp $
* From: Id: if_sppp.h,v 1.7 1998/12/01 20:20:19 hm Exp
*/
#ifndef _NET_IF_HDLC_H_

View File

@ -1,3 +1,5 @@
/* $NetBSD: if_spppsubr.c,v 1.4 1999/04/04 06:57:03 explorer Exp $ */
/*
* Synchronous PPP/Cisco link level subroutines.
* Keepalive protocol implemented in both Cisco and PPP modes.
@ -19,7 +21,7 @@
*
* From: if_spppsubr.c,v 1.39 1998/04/04 13:26:03 phk Exp
*
* $Id: if_spppsubr.c,v 1.3 1999/04/04 06:07:57 explorer Exp $
* From: Id: if_spppsubr.c,v 1.23 1999/02/23 14:47:50 hm Exp
*/
#if defined(__NetBSD__) || (defined(__FreeBSD__) && __FreeBSD__ >= 3)