git: 9front

Download patch

ref: ad7cdba1285afe4f96ad4ae3985b1e03c2740a1b
parent: e97b41d79e411e1ba3de7e8210feb13176367009
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Feb 17 21:05:22 EST 2018

kernel: fix missing header dependency for ethersink.$O

--- a/sys/src/9/port/portmkfile
+++ b/sys/src/9/port/portmkfile
@@ -101,6 +101,6 @@
 sysproc.$O:	/sys/include/a.out.h
 syscallfmt.$O:	/sys/src/libc/9syscall/sys.h
 devusb.$O:	../port/usb.h
-devether.$O:	../port/etherif.h ../port/netif.h
+devether.$O ethersink.$O:	../port/etherif.h ../port/netif.h
 wifi.$O:	../port/etherif.h ../port/netif.h ../port/wifi.h /sys/include/libsec.h
 wifi.$O:	../ip/ip.h ../ip/ipv6.h
--