-/* $NetBSD: out.c,v 1.4 1997/10/12 21:25:04 christos Exp $ */
+/* $NetBSD: out.c,v 1.6 1999/07/21 13:19:11 hubertf Exp $ */
/*
* Copyright (c) 1980, 1993
#if 0
static char sccsid[] = "@(#)out.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: out.c,v 1.4 1997/10/12 21:25:04 christos Exp $");
+__RCSID("$NetBSD: out.c,v 1.6 1999/07/21 13:19:11 hubertf Exp $");
#endif
#endif /* not lint */
#include <stdio.h>
+#include <string.h>
#include "trek.h"
/*
out(dev)
int dev;
{
- struct device *d;
+ const struct device *d;
d = &Device[dev];
printf("%s reports %s ", d->person, d->name);