summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2010-07-15 00:04:14 +0000
committeremaste <emaste@FreeBSD.org>2010-07-15 00:04:14 +0000
commitfc51f07699c12d18c3f565bd7da9ff7eeda0ecde (patch)
tree2f72aa28f77cae901846b174d2052dedf2ee37f5
parent7e0d773037f6c4f0fbea1013f4104552d7c73fd3 (diff)
downloadFreeBSD-src-fc51f07699c12d18c3f565bd7da9ff7eeda0ecde.zip
FreeBSD-src-fc51f07699c12d18c3f565bd7da9ff7eeda0ecde.tar.gz
Remove more extraneous ;s.
-rw-r--r--usr.bin/col/col.c2
-rw-r--r--usr.bin/netstat/if.c2
-rw-r--r--usr.bin/xlint/lint1/mem1.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c
index 8b45ba6..4d20f5e 100644
--- a/usr.bin/col/col.c
+++ b/usr.bin/col/col.c
@@ -461,7 +461,7 @@ flush_line(LINE *l)
if (compress_spaces && nspace > 1) {
while (1) {
- int tab_col, tab_size;;
+ int tab_col, tab_size;
tab_col = (last_col + 8) & ~7;
if (tab_col > this_col)
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index 50c8fdc..b346654 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -562,7 +562,7 @@ sidewaysintpr(int interval1, u_long off)
interesting = ip;
interesting_off = off;
}
- snprintf(ip->ift_name, sizeof(ip->ift_name), "(%s)", name);;
+ snprintf(ip->ift_name, sizeof(ip->ift_name), "(%s)", name);
if ((ipn = malloc(sizeof(struct iftot))) == NULL) {
printf("malloc failed\n");
exit(1);
diff --git a/usr.bin/xlint/lint1/mem1.c b/usr.bin/xlint/lint1/mem1.c
index 280a63c..735115c 100644
--- a/usr.bin/xlint/lint1/mem1.c
+++ b/usr.bin/xlint/lint1/mem1.c
@@ -218,7 +218,7 @@ xgetblk(mbl_t **mbp, size_t s)
frmblks = mb->nxt;
}
mb->ffree = mb->blk;
- mb->nfree = mb->size;;
+ mb->nfree = mb->size;
mb->nxt = *mbp;
*mbp = mb;
}
OpenPOWER on IntegriCloud