Print this page
remove support for non-ANSI compilation
*** 17,46 ****
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
#ifndef _ULIMIT_H
#define _ULIMIT_H
- #pragma ident "%Z%%M% %I% %E% SMI" /* SVr4.0 1.4 */
-
#include <sys/ulimit.h>
#ifdef __cplusplus
extern "C" {
#endif
- #ifdef __STDC__
extern long ulimit(int, ...);
- #else
- extern long ulimit();
- #endif
#ifdef __cplusplus
}
#endif
--- 17,43 ----
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
+ /*
+ * Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ */
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
#ifndef _ULIMIT_H
#define _ULIMIT_H
#include <sys/ulimit.h>
#ifdef __cplusplus
extern "C" {
#endif
extern long ulimit(int, ...);
#ifdef __cplusplus
}
#endif