diff options
author | 2001-11-06 19:53:09 +0000 | |
---|---|---|
committer | 2001-11-06 19:53:09 +0000 | |
commit | 489e49f965b7c1ff7f0b9f5c3828328436e699eb (patch) | |
tree | 1da9f68efcda9c41872b0a0f4306f743570c2ba3 /sys/xfs/xfs_config.h | |
parent | unbreak child_return. (diff) | |
download | wireguard-openbsd-489e49f965b7c1ff7f0b9f5c3828328436e699eb.tar.xz wireguard-openbsd-489e49f965b7c1ff7f0b9f5c3828328436e699eb.zip |
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)
Diffstat (limited to 'sys/xfs/xfs_config.h')
-rw-r--r-- | sys/xfs/xfs_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/xfs/xfs_config.h b/sys/xfs/xfs_config.h index 8fa46a05d0c..2249b2be0f4 100644 --- a/sys/xfs/xfs_config.h +++ b/sys/xfs/xfs_config.h @@ -653,7 +653,7 @@ #define HAVE_UVM_UVM_EXTERN_H 1 /* Define if you have the <vm/vm.h> header file. */ -#define HAVE_VM_VM_H 1 +/* #undef HAVE_VM_VM_H */ /* Define if you have the <vm/vm_extern.h> header file. */ /* #undef HAVE_VM_VM_EXTERN_H */ @@ -662,7 +662,7 @@ /* #undef HAVE_VM_VM_OBJECT_H */ /* Define if you have the <vm/vm_pager.h> header file. */ -#define HAVE_VM_VM_PAGER_H 1 +/* #undef HAVE_VM_VM_PAGER_H */ /* Define if you have the <vm/vm_zone.h> header file. */ /* #undef HAVE_VM_VM_ZONE_H */ |