summaryrefslogtreecommitdiffstats
path: root/include/ulimit.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-01-08 01:18:13 +0000
committertjr <tjr@FreeBSD.org>2003-01-08 01:18:13 +0000
commit054271d4c0f927ebd75e9046bb022a3d7fc2b08f (patch)
treebf5b36c79b281292bcbe2e5b193895fa201067d9 /include/ulimit.h
parent601a1149602be9890a49f5bdaaf28c73b34c2d42 (diff)
downloadFreeBSD-src-054271d4c0f927ebd75e9046bb022a3d7fc2b08f.zip
FreeBSD-src-054271d4c0f927ebd75e9046bb022a3d7fc2b08f.tar.gz
No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to be
renamed in RELENG_5_0.
Diffstat (limited to 'include/ulimit.h')
-rw-r--r--include/ulimit.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/ulimit.h b/include/ulimit.h
index 0828fc6..ffc4067 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
OpenPOWER on IntegriCloud