X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..e5568f75972dfc723778653c11cb6b4dc825716a:/bsd/sys/mach_swapon.h diff --git a/bsd/sys/mach_swapon.h b/bsd/sys/mach_swapon.h index 8e76ea9da..fcba2d61b 100644 --- a/bsd/sys/mach_swapon.h +++ b/bsd/sys/mach_swapon.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -28,19 +28,15 @@ * */ -/* - * mach_swapon.h - * - * Definitions for the mach_swapon system call. - * - * HISTORY - * 28-Feb-88 Peter King (king) at NeXT, Inc. - * Created - */ - #ifndef _MACH_SWAPON_H #define _MACH_SWAPON_H +#include + +#warning obsolete header file! Please delete the include from your sources. + +#ifdef __APPLE_API_OBSOLETE #define MS_PREFER 0x1 /* This device/file is preferred */ +#endif /* __APPLE_API_OBSOLETE */ #endif /* _MACH_SWAPON_H */