summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1996-03-11 02:20:13 +0000
committerhsu <hsu@FreeBSD.org>1996-03-11 02:20:13 +0000
commitdc429a1d6bac3ac1603eb263e987ad5e385c8c68 (patch)
tree76b125d9d22c30e8367cda95bc32ce5a9a78861f
parentcd28b440debe21b6328baa58eda4261c27efc46c (diff)
downloadFreeBSD-src-dc429a1d6bac3ac1603eb263e987ad5e385c8c68.zip
FreeBSD-src-dc429a1d6bac3ac1603eb263e987ad5e385c8c68.tar.gz
Merge in Lite2: cosmetic indentation change.
We already have the other Lite2 changes, which consists of additional function prototypes. Reviewed by: davidg & bde
-rw-r--r--sys/sys/resourcevar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h
index f03d308..a34e065 100644
--- a/sys/sys/resourcevar.h
+++ b/sys/sys/resourcevar.h
@@ -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));
OpenPOWER on IntegriCloud