added my responsibility for the `cpm' port
[unix-history] / sys / conf / param.c
index 6e27bfb..17c3314 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) UNIX System Laboratories, Inc.  All or some portions
+ * of this file are derived from material licensed to the
+ * University of California by American Telephone and Telegraph Co.
+ * or UNIX System Laboratories, Inc. and are reproduced herein with
+ * the permission of UNIX System Laboratories, Inc.
+ */
 /*
  * Copyright (c) 1980, 1986, 1989 Regents of the University of California.
  * All rights reserved.
 /*
  * Copyright (c) 1980, 1986, 1989 Regents of the University of California.
  * All rights reserved.
@@ -31,7 +38,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)param.c       7.20 (Berkeley) 6/27/91
  * SUCH DAMAGE.
  *
  *     from: @(#)param.c       7.20 (Berkeley) 6/27/91
- *     $Id: param.c,v 1.7 1994/01/28 18:03:41 davidg Exp $
+ *     $Id: param.c,v 1.9 1994/02/02 17:56:54 ache Exp $
  */
 
 #include "sys/param.h"
  */
 
 #include "sys/param.h"
@@ -74,7 +81,7 @@ int   tick = 1000000 / HZ;
 #ifndef TICKADJ
 int    tickadj = 240000 / (60 * HZ);           /* can adjust 240ms in 60s */
 #else
 #ifndef TICKADJ
 int    tickadj = 240000 / (60 * HZ);           /* can adjust 240ms in 60s */
 #else
-int    tickadj = TICKADJ       /* NTP users may prefer a smaller value */
+int     tickadj = TICKADJ;      /* NTP users may prefer a smaller value */
 #endif
 struct timezone tz = { TIMEZONE, DST };
 #define        NPROC (20 + 16 * MAXUSERS)
 #endif
 struct timezone tz = { TIMEZONE, DST };
 #define        NPROC (20 + 16 * MAXUSERS)