diff options
Diffstat (limited to 'sbin/routed/input.c')
| -rw-r--r-- | sbin/routed/input.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/sbin/routed/input.c b/sbin/routed/input.c index 8f8eefc5614c..b973ac3f8d0f 100644 --- a/sbin/routed/input.c +++ b/sbin/routed/input.c @@ -26,7 +26,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - * $FreeBSD$ + * $FreeBSD: src/sbin/routed/input.c,v 1.17.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $   */  #include "defs.h" @@ -34,7 +34,7 @@  #ifdef __NetBSD__  __RCSID("$NetBSD$");  #elif defined(__FreeBSD__) -__RCSID("$FreeBSD$"); +__RCSID("$FreeBSD: src/sbin/routed/input.c,v 1.17.2.1.8.1 2012/03/03 06:15:13 kensmith Exp $");  #else  __RCSID("$Revision: 2.26 $");  #ident "$Revision: 2.26 $" | 
