summaryrefslogtreecommitdiff
path: root/sbin/disklabel
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 21:11:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-25 21:11:49 +0000
commit2ba84e51776e8bbb05a8467aeee968bab365007c (patch)
tree3aa0db29d82deac32f872b084f1227ecc6e6a5f3 /sbin/disklabel
parent050c7e8a628282e2ab453bedf3d05f9d9bb7e488 (diff)
remove junk protos
Diffstat (limited to 'sbin/disklabel')
-rw-r--r--sbin/disklabel/disklabel.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c
index 757b535f3fa..8733160d628 100644
--- a/sbin/disklabel/disklabel.c
+++ b/sbin/disklabel/disklabel.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.c,v 1.81 2003/06/11 06:22:12 deraadt Exp $ */
+/* $OpenBSD: disklabel.c,v 1.82 2003/06/25 21:11:48 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.81 2003/06/11 06:22:12 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: disklabel.c,v 1.82 2003/06/25 21:11:48 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -1188,7 +1188,6 @@ editit(void)
{
pid_t pid, xpid;
int stat, len;
- extern char *getenv();
char *argp[] = {"sh", "-c", NULL, NULL};
char *ed, *p;