diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-09-03 09:16:34 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-09-03 09:16:34 +0000 |
commit | cebda3b5d991fc987d5f64ca8f326963140f7150 (patch) | |
tree | 607d6a4531a80d8acb16d10cf64cd06b3db2e0d3 /sys | |
parent | 189777f4b5b99b50dba46234e5d01b513a7234dc (diff) |
Add missing net/art.c, found the hardway by reyk@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 82972b6e122..69c533857e1 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.599 2015/07/21 03:38:22 reyk Exp $ +# $OpenBSD: files,v 1.600 2015/09/03 09:16:33 mpi Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -753,6 +753,7 @@ file tmpfs/tmpfs_vfsops.c tmpfs file tmpfs/tmpfs_vnops.c tmpfs file tmpfs/tmpfs_specops.c tmpfs file tmpfs/tmpfs_fifoops.c tmpfs & fifo +file net/art.c art file net/bpf.c bpfilter needs-count file net/bpf_filter.c bpfilter file net/if.c |