mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 10:50:09 -04:00
Merge in Lite2: cosmetic indentation change.
We already have the other Lite2 changes, which consists of additional function prototypes. Reviewed by: davidg & bde
This commit is contained in:
parent
01af853dcf
commit
73e8f0c2c0
1 changed files with 3 additions and 3 deletions
|
|
@ -30,8 +30,8 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)resourcevar.h 8.3 (Berkeley) 2/22/94
|
||||
* $Id: resourcevar.h,v 1.5 1994/10/10 00:58:33 phk Exp $
|
||||
* @(#)resourcevar.h 8.4 (Berkeley) 1/9/95
|
||||
* $Id: resourcevar.h,v 1.7 1996/02/25 07:23:03 hsu Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_RESOURCEVAR_H_
|
||||
|
|
@ -87,7 +87,7 @@ int addupc __P((int pc, struct uprof *up, int ticks));
|
|||
void addupc_intr __P((struct proc *p, u_long pc, u_int ticks));
|
||||
void addupc_task __P((struct proc *p, u_long pc, u_int ticks));
|
||||
void calcru __P((struct proc *p, struct timeval *up, struct timeval *sp,
|
||||
struct timeval *ip));
|
||||
struct timeval *ip));
|
||||
int fuswintr __P((void *base));
|
||||
struct plimit
|
||||
*limcopy __P((struct plimit *lim));
|
||||
|
|
|
|||
Loading…
Reference in a new issue