Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/usr.sbin/hilinfo Pull up revision 1.5 (requested by tho...
details: https://anonhg.NetBSD.org/src/rev/501d9cb1dcd7
branches: netbsd-1-6
changeset: 527628:501d9cb1dcd7
user: tv <tv%NetBSD.org@localhost>
date: Thu May 30 20:47:24 2002 +0000
description:
Pull up revision 1.5 (requested by thorpej in ticket #82):
Need <string.h> for strcmp() prototype.
diffstat:
usr.sbin/hilinfo/hilinfo.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r ca2407d1d229 -r 501d9cb1dcd7 usr.sbin/hilinfo/hilinfo.c
--- a/usr.sbin/hilinfo/hilinfo.c Thu May 30 20:45:01 2002 +0000
+++ b/usr.sbin/hilinfo/hilinfo.c Thu May 30 20:47:24 2002 +0000
@@ -19,12 +19,12 @@
* improvements that they make and grant CSS redistribution rights.
*
* from: Utah $Hdr: hilinfo.c 1.3 94/04/04$
- * $NetBSD: hilinfo.c,v 1.4 2001/02/19 23:22:43 cgd Exp $
+ * $NetBSD: hilinfo.c,v 1.4.2.1 2002/05/30 20:47:24 tv Exp $
*/
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: hilinfo.c,v 1.4 2001/02/19 23:22:43 cgd Exp $");
+__RCSID("$NetBSD: hilinfo.c,v 1.4.2.1 2002/05/30 20:47:24 tv Exp $");
#endif
#include <sys/types.h>
@@ -32,6 +32,7 @@
#include <dev/hilioctl.h>
#include <errno.h>
#include <fcntl.h>
+#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Home |
Main Index |
Thread Index |
Old Index