diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-22 08:48:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-02-22 08:48:38 +0000 |
commit | 72d23a34b4a98ee3465842319b5e56e9e569028b (patch) | |
tree | 96156184cf8a01ccc97c3bbb0efe2b8cb9144567 /share | |
parent | d7845fb73d97a14e02a24af45ed09721623e5905 (diff) |
missing includes; from iruata souza
ok tedu
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/disklabel.9 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man9/disklabel.9 b/share/man/man9/disklabel.9 index 64608b0e54d..25bd8b53100 100644 --- a/share/man/man9/disklabel.9 +++ b/share/man/man9/disklabel.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.9,v 1.8 2003/04/15 04:14:29 jmc Exp $ +.\" $OpenBSD: disklabel.9,v 1.9 2006/02/22 08:48:37 jmc Exp $ .\" $NetBSD: disklabel.9,v 1.7 1999/03/06 22:09:29 mycroft Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -46,6 +46,8 @@ .Nm bounds_check_with_label .Nd disk label management routines .Sh SYNOPSIS +.Fd #include <sys/param.h> +.Fd #include <sys/disklabel.h> .Ft char * .Fn readdisklabel "dev_t dev" "void (*strat)(struct buf *)" "struct disklabel *lp" "struct cpu_disklabel *osdep" "int spoofonly" .Ft int |