Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/compat_80 Add the if_media_80 source file to the...



details:   https://anonhg.NetBSD.org/src/rev/4f5c833a5e78
branches:  trunk
changeset: 452218:4f5c833a5e78
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Jun 22 17:37:45 2019 +0000

description:
Add the if_media_80 source file to the module.  The module's initialization
code was already updated.

diffstat:

 sys/modules/compat_80/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 86d692657e64 -r 4f5c833a5e78 sys/modules/compat_80/Makefile
--- a/sys/modules/compat_80/Makefile    Sat Jun 22 14:40:33 2019 +0000
+++ b/sys/modules/compat_80/Makefile    Sat Jun 22 17:37:45 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2019/01/27 02:08:45 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.3 2019/06/22 17:37:45 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -10,5 +10,6 @@
 
 SRCS+= compat_80_mod.c
 SRCS+= kern_mod_80.c
+SRCS+= if_media_80.c
 
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index