Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/net/if.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/net/if.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.473.4.1 retrieving revision 1.474 diff -u -p -r1.473.4.1 -r1.474 --- src/sys/net/if.c 2020/04/20 11:29:12 1.473.4.1 +++ src/sys/net/if.c 2020/04/18 15:56:26 1.474 @@ -1,4 +1,4 @@ -/* $NetBSD: if.c,v 1.473.4.1 2020/04/20 11:29:12 bouyer Exp $ */ +/* $NetBSD: if.c,v 1.474 2020/04/18 15:56:26 thorpej Exp $ */ /*- * Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc. @@ -90,7 +90,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.473.4.1 2020/04/20 11:29:12 bouyer Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.474 2020/04/18 15:56:26 thorpej Exp $"); #if defined(_KERNEL_OPT) #include "opt_inet.h"