mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-24 16:10:11 +00:00
No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to be
renamed in RELENG_5_0.
This commit is contained in:
parent
72a1e0e226
commit
caaaa8bb36
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108910
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user