Source-Changes-HG archive

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

[src/trunk]: src/sys/net Fix build failure for i386 INSTALL_XEN3PAE_DOMU, sorry.



details:   https://anonhg.NetBSD.org/src/rev/94e4e3247163
branches:  trunk
changeset: 1023710:94e4e3247163
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Fri Sep 24 05:26:06 2021 +0000

description:
Fix build failure for i386 INSTALL_XEN3PAE_DOMU, sorry.

diffstat:

 sys/net/files.net |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 305ed647653b -r 94e4e3247163 sys/net/files.net
--- a/sys/net/files.net Fri Sep 24 04:11:02 2021 +0000
+++ b/sys/net/files.net Fri Sep 24 05:26:06 2021 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index