diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-12 11:43:51 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-12 11:43:51 +0000 |
commit | 5a6d987ebb94ecc428b0902fcfd8e69a864e39a8 (patch) | |
tree | 43efd30b063c6e107a081a57cb5349f9bb20471c /usr.bin/bgplg/misc.c | |
parent | f26da2481c122a41d8ac262a62c43dc2578b7b8c (diff) |
spacing
Diffstat (limited to 'usr.bin/bgplg/misc.c')
-rw-r--r-- | usr.bin/bgplg/misc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/bgplg/misc.c b/usr.bin/bgplg/misc.c index f62bf31dd85..e65b3795117 100644 --- a/usr.bin/bgplg/misc.c +++ b/usr.bin/bgplg/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.1 2006/12/11 23:10:10 reyk Exp $ */ +/* $OpenBSD: misc.c,v 1.2 2006/12/12 11:43:50 reyk Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter <reyk@vantronix.net> @@ -42,7 +42,7 @@ lg_show_version(struct cmd *cmds, char **argv) if (uname(&uts) == 0) printf("%s %s (%s)\n\n", uts.sysname, uts.release, uts.machine); printf("%s - %s\n", NAME, BRIEF); - return (0); + return (0); } int @@ -127,7 +127,7 @@ lg_exec(const char *file, char **new_argv) bzero(&it, sizeof(it)); it.it_value.tv_sec = BGPLG_TIMEOUT; setitimer(ITIMER_REAL, &it, NULL); - + waitpid(child, &status, 0); break; } |