add rcs ids, and update for "arch"
This commit is contained in:
parent
e2882c801d
commit
188696dbcb
|
@ -30,7 +30,8 @@
|
|||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)names.c 5.2 (Berkeley) 6/4/91
|
||||
* from: @(#)names.c 5.2 (Berkeley) 6/4/91
|
||||
* $Id: names.c,v 1.3 1993/05/21 08:53:22 cgd Exp $
|
||||
*/
|
||||
|
||||
#if !defined(hp300) && !defined(tahoe) && !defined(vax) && !defined(__386BSD__)
|
||||
|
@ -42,7 +43,7 @@ void read_names()
|
|||
#endif
|
||||
|
||||
#ifdef i386
|
||||
#include <i386/isa/isa_device.h>
|
||||
#include <arch/i386/isa/isa_device.h>
|
||||
|
||||
char *defdrives[] = { "fd0", "fd1", "wd0", "wd1",
|
||||
"sd0", "sd1", "sd2", "sd3", 0 };
|
||||
|
|
|
@ -38,7 +38,8 @@ char copyright[] =
|
|||
#endif /* not lint */
|
||||
|
||||
#ifndef lint
|
||||
static char sccsid[] = "@(#)vmstat.c 5.31 (Berkeley) 7/2/91";
|
||||
/* from: static char sccsid[] = "@(#)vmstat.c 5.31 (Berkeley) 7/2/91"; */
|
||||
static char rcsid[] = "$Id: vmstat.c,v 1.3 1993/05/21 08:53:24 cgd Exp $";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
Loading…
Reference in New Issue