$OpenBSD: patch-bsd_swapinternal_h,v 1.2 2002/06/13 03:56:14 form Exp $ --- bsd/swapinternal.h.orig Thu Feb 12 11:04:07 1998 +++ bsd/swapinternal.h Thu Jun 13 10:55:27 2002 @@ -8,11 +8,13 @@ // Header file for the swap internal/NetBSD-specific code. +#if !(defined(XOSVIEW_OPENBSD) && defined(HAVE_SWAPCTL)) int BSDInitSwapInfo(); void BSDGetSwapInfo(int* total, int* free); +#endif void BSDGetSwapCtlInfo(int* total, int* free);