From caaaa8bb360d0ae313195cc7b6ef146655c74467 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Wed, 8 Jan 2003 01:18:13 +0000 Subject: [PATCH] No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to be renamed in RELENG_5_0. --- include/ulimit.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/ulimit.h b/include/ulimit.h index 0828fc621c3..ffc40671ea0 100644 --- a/include/ulimit.h +++ b/include/ulimit.h @@ -34,15 +34,6 @@ #define UL_GETFSIZE 1 #define UL_SETFSIZE 2 -#if __BSD_VISIBLE -/* - * The "F" was mistakenly omitted from the macro names in FreeBSD 5.0. - * Do not use these names; they will be removed before 6.0. - */ -#define UL_GETSIZE UL_GETFSIZE -#define UL_SETSIZE UL_SETFSIZE -#endif - __BEGIN_DECLS long ulimit(int, ...); __END_DECLS