summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sysinstall/disks.c2
-rw-r--r--usr.sbin/yppush/yppush_main.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index 919b97d..a1c09b6 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/sysinstall/disks.c
@@ -333,7 +333,7 @@ diskGetSelectCount(Device ***devs)
void
diskPartition(Device *dev)
{
- char *cp, *p;
+ char *p;
int rv, key = 0;
int i;
Boolean chunking;
diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c
index ceb63bc..df1dbe4 100644
--- a/usr.sbin/yppush/yppush_main.c
+++ b/usr.sbin/yppush/yppush_main.c
@@ -487,7 +487,6 @@ main(int argc, char *argv[])
};
struct hostlist *yppush_hostlist = NULL;
struct hostlist *tmp;
- struct sigaction sa;
while ((ch = getopt(argc, argv, "d:j:p:h:t:v")) != -1) {
switch (ch) {
OpenPOWER on IntegriCloud