Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl2/lvm2/dist/lib/netbsd missing string.h
details: https://anonhg.NetBSD.org/src/rev/6c4731f75aff
branches: trunk
changeset: 764986:6c4731f75aff
user: christos <christos%NetBSD.org@localhost>
date: Sun May 15 01:16:29 2011 +0000
description:
missing string.h
diffstat:
external/gpl2/lvm2/dist/lib/netbsd/dev.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f3a3f8441659 -r 6c4731f75aff external/gpl2/lvm2/dist/lib/netbsd/dev.c
--- a/external/gpl2/lvm2/dist/lib/netbsd/dev.c Sun May 15 01:13:29 2011 +0000
+++ b/external/gpl2/lvm2/dist/lib/netbsd/dev.c Sun May 15 01:16:29 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dev.c,v 1.2 2009/10/16 21:00:41 joerg Exp $ */
+/* $NetBSD: dev.c,v 1.3 2011/05/15 01:16:29 christos Exp $ */
/*
* NetBSD specific device routines are added to this file.
@@ -11,6 +11,7 @@
#include <dirent.h>
#include <stdio.h>
+#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <ctype.h>
Home |
Main Index |
Thread Index |
Old Index