svn commit: r358626 - stable/12/sys/net

Konstantin Belousov kib at FreeBSD.org
Wed Mar 4 17:17:39 UTC 2020


Author: kib
Date: Wed Mar  4 17:17:37 2020
New Revision: 358626
URL: https://svnweb.freebsd.org/changeset/base/358626

Log:
  MFC r357763:
  if_media.c: use __FBSDID().
  
  Sponsored by:	Mellanox Technologies

Modified:
  stable/12/sys/net/if_media.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/net/if_media.c
==============================================================================
--- stable/12/sys/net/if_media.c	Wed Mar  4 17:17:02 2020	(r358625)
+++ stable/12/sys/net/if_media.c	Wed Mar  4 17:17:37 2020	(r358626)
@@ -1,5 +1,4 @@
 /*	$NetBSD: if_media.c,v 1.1 1997/03/17 02:55:15 thorpej Exp $	*/
-/* $FreeBSD$ */
 
 /*-
  * SPDX-License-Identifier: BSD-4-Clause
@@ -47,6 +46,9 @@
  * Many thanks to Matt Thomas for providing the information necessary
  * to implement this interface.
  */
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
 
 #include "opt_ifmedia.h"
 


More information about the svn-src-all mailing list