Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/stand/ahdilabel Add include of <string.h> to ...



details:   https://anonhg.NetBSD.org/src/rev/1407377cf8a7
branches:  trunk
changeset: 554452:1407377cf8a7
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 28 11:38:04 2003 +0000

description:
Add include of <string.h> to pick up strlen() prototype.

diffstat:

 sys/arch/atari/stand/ahdilabel/writedtab.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3d5f34001dce -r 1407377cf8a7 sys/arch/atari/stand/ahdilabel/writedtab.c
--- a/sys/arch/atari/stand/ahdilabel/writedtab.c        Tue Oct 28 11:34:59 2003 +0000
+++ b/sys/arch/atari/stand/ahdilabel/writedtab.c        Tue Oct 28 11:38:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: writedtab.c,v 1.1.1.1 2000/08/07 09:23:40 leo Exp $    */
+/*     $NetBSD: writedtab.c,v 1.2 2003/10/28 11:38:04 he Exp $ */
 
 /*
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
 #include <disktab.h>
 #include <fcntl.h>
 #include <stdio.h>
+#include <string.h>
 
 /*
  * Write AHDI partitions to disk



Home | Main Index | Thread Index | Old Index