diff options
author | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 11:06:39 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2010-01-02 11:06:39 +0000 |
commit | 1fa2ff1f64fcc1000a158a0ff47a3619a1fd819b (patch) | |
tree | d3f2098385dbf8f88ac858bcc5d41541edfe2589 | |
parent | 3a61cc0822dc04a78536ad19f77f2d3d6ea025ac (diff) |
Notes
-rw-r--r-- | usr.sbin/sysinstall/disks.c | 2 | ||||
-rw-r--r-- | usr.sbin/yppush/yppush_main.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c index 919b97df033e..a1c09b659efb 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 ceb63bcae411..df1dbe4cc6db 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) { |