Loading...
gen/getloadavg.c Libc-1725.40.4 Libc-320
--- Libc/Libc-1725.40.4/gen/getloadavg.c
+++ Libc/Libc-320/gen/getloadavg.c
@@ -2,6 +2,8 @@
  * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
+ * 
+ * Copyright (c) 1999-2003 Apple Computer, Inc.  All Rights Reserved.
  * 
  * This file contains Original Code and/or Modifications of Original Code
  * as defined in and that are subject to the Apple Public Source License
@@ -72,7 +74,9 @@
  * Return number of samples retrieved, or -1 on error.
  */
 int
-getloadavg(double loadavg[], int nelem)
+getloadavg(loadavg, nelem)
+	double loadavg[];
+	int nelem;
 {
 	struct loadavg loadinfo;
 	int i, mib[2];