diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:08:42 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 20:08:42 +0000 |
commit | 616f6d5cd539f3ff6f710669bbb54fef87b5ec8b (patch) | |
tree | 770c5d807c3e99d5987534e1e4a8c0c2bfa321b8 /sys/xfs/xfs_config.h | |
parent | b105570032103251534b4342d4176379bfdb25fa (diff) |
no need to include both vm.h and vm_extern.h
Diffstat (limited to 'sys/xfs/xfs_config.h')
-rw-r--r-- | sys/xfs/xfs_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xfs/xfs_config.h b/sys/xfs/xfs_config.h index 72c3f1172f7..8fa46a05d0c 100644 --- a/sys/xfs/xfs_config.h +++ b/sys/xfs/xfs_config.h @@ -656,7 +656,7 @@ #define HAVE_VM_VM_H 1 /* Define if you have the <vm/vm_extern.h> header file. */ -#define HAVE_VM_VM_EXTERN_H 1 +/* #undef HAVE_VM_VM_EXTERN_H */ /* Define if you have the <vm/vm_object.h> header file. */ /* #undef HAVE_VM_VM_OBJECT_H */ |