summaryrefslogtreecommitdiff
path: root/sbin/disklabel/disklabel.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 21:22:11 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 21:22:11 +0000
commitc99cdda027e6b1ca1469774625f0778d4e604dcd (patch)
tree4395ae41c756122a825561a0ce590a73241f2d13 /sbin/disklabel/disklabel.c
parentbe0a1ac3793cd197747bb916f03991f0dd5eccae (diff)
missing protos
Diffstat (limited to 'sbin/disklabel/disklabel.c')
-rw-r--r--sbin/disklabel/disklabel.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c
index 8733160d628..3139ecc39d9 100644
--- a/sbin/disklabel/disklabel.c
+++ b/sbin/disklabel/disklabel.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.c,v 1.82 2003/06/25 21:11:48 deraadt Exp $ */
+/* $OpenBSD: disklabel.c,v 1.83 2003/07/02 21:22:10 deraadt Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -39,7 +39,7 @@ static const char copyright[] =
#endif /* not lint */
#ifndef lint
-static const char rcsid[] = "$OpenBSD: disklabel.c,v 1.82 2003/06/25 21:11:48 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: disklabel.c,v 1.83 2003/07/02 21:22:10 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -62,6 +62,7 @@ static const char rcsid[] = "$OpenBSD: disklabel.c,v 1.82 2003/06/25 21:11:48 de
#include <unistd.h>
#include <util.h>
#include "pathnames.h"
+#include "extern.h"
/*
* Disklabel: read and write disklabels.