summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/bsdlabel/bsdlabel.c2
-rw-r--r--sbin/disklabel/disklabel.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index 62a1475..8e579da 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -117,7 +117,6 @@ char tmpfil[] = _PATH_TMP;
char namebuf[BBSIZE], *np = namebuf;
struct disklabel lab;
-struct disklabel *readlabel(), *makebootarea();
char bootarea[BBSIZE];
#if NUMBOOT > 0
@@ -864,7 +863,6 @@ editit()
{
register int pid, xpid;
int stat, omask;
- extern char *getenv();
omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
while ((pid = fork()) < 0) {
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c
index 62a1475..8e579da 100644
--- a/sbin/disklabel/disklabel.c
+++ b/sbin/disklabel/disklabel.c
@@ -117,7 +117,6 @@ char tmpfil[] = _PATH_TMP;
char namebuf[BBSIZE], *np = namebuf;
struct disklabel lab;
-struct disklabel *readlabel(), *makebootarea();
char bootarea[BBSIZE];
#if NUMBOOT > 0
@@ -864,7 +863,6 @@ editit()
{
register int pid, xpid;
int stat, omask;
- extern char *getenv();
omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP));
while ((pid = fork()) < 0) {
OpenPOWER on IntegriCloud