Module Name:    src
Committed By:   knakahara
Date:           Fri Sep 24 05:26:06 UTC 2021

Modified Files:
        src/sys/net: files.net

Log Message:
Fix build failure for i386 INSTALL_XEN3PAE_DOMU, sorry.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/net/files.net

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/files.net
diff -u src/sys/net/files.net:1.31 src/sys/net/files.net:1.32
--- src/sys/net/files.net:1.31	Mon May 17 04:07:43 2021
+++ src/sys/net/files.net	Fri Sep 24 05:26:06 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: files.net,v 1.31 2021/05/17 04:07:43 yamaguchi Exp $
+#	$NetBSD: files.net,v 1.32 2021/09/24 05:26:06 knakahara Exp $
 
 # XXX CLEANUP
 define	net
@@ -49,7 +49,7 @@ file	net/rss_config.c		net
 file	net/rtbl.c			net
 file	net/rtsock.c			net
 file	net/slcompress.c		sl | ppp | (irip & irip_vj)
-file	net/toeplitz.c			toeplitz
+file	net/toeplitz.c			toeplitz | net
 file	net/zlib.c			(ppp & ppp_deflate) | swcrypto | vnd_compression
 file	netinet/accf_data.c		accf_data
 file	netinet/accf_http.c		accf_http

Reply via email to