summaryrefslogtreecommitdiff
path: root/sbin/lmccontrol
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2002-06-09 08:13:10 +0000
commit3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch)
tree16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/lmccontrol
parentc021608bd50b74de1b8074e336f7adad03b1c7d8 (diff)
rm trailing whitespace
Diffstat (limited to 'sbin/lmccontrol')
-rw-r--r--sbin/lmccontrol/clockgen.c8
-rw-r--r--sbin/lmccontrol/lmccontrol.c10
2 files changed, 9 insertions, 9 deletions
diff --git a/sbin/lmccontrol/clockgen.c b/sbin/lmccontrol/clockgen.c
index e5924e0bb22..ef2875b8e8e 100644
--- a/sbin/lmccontrol/clockgen.c
+++ b/sbin/lmccontrol/clockgen.c
@@ -1,12 +1,12 @@
-/* $OpenBSD: clockgen.c,v 1.1 2000/10/13 16:22:07 chris Exp $ */
-/* $Id: clockgen.c,v 1.1 2000/10/13 16:22:07 chris Exp $ */
+/* $OpenBSD: clockgen.c,v 1.2 2002/06/09 08:13:07 todd Exp $ */
+/* $Id: clockgen.c,v 1.2 2002/06/09 08:13:07 todd Exp $ */
/*-
* Copyright (c) 1997-1999 LAN Media Corporation (LMC)
* All rights reserved. www.lanmedia.com
*
* This code is written by Michael Graff (explorer@vix.com) for LMC.
- * The code is derived from permitted modifications to software created
+ * The code is derived from permitted modifications to software created
* by Matt Thomas (matt@3am-software.com).
*
* Redistribution and use in source and binary forms, with or without
@@ -17,7 +17,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All marketing or advertising materials mentioning features or use of this
+ * 3. All marketing or advertising materials mentioning features or use of this
* software must display the following acknowledgement:
* This product includes software developed by LAN Media Corporation
* and its contributors.
diff --git a/sbin/lmccontrol/lmccontrol.c b/sbin/lmccontrol/lmccontrol.c
index fe25efad3d2..a0ad78b5875 100644
--- a/sbin/lmccontrol/lmccontrol.c
+++ b/sbin/lmccontrol/lmccontrol.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lmccontrol.c,v 1.3 2001/06/04 14:59:48 mickey Exp $ */
+/* $OpenBSD: lmccontrol.c,v 1.4 2002/06/09 08:13:07 todd Exp $ */
/*-
* Copyright (c) 1997-1999 LAN Media Corporation (LMC)
@@ -6,7 +6,7 @@
*
* This code is written by Michael Graff (explorer@vix.com) and
* Rob Braun (bbraun@vix.com) for LMC.
- * The code is derived from permitted modifications to software created
+ * The code is derived from permitted modifications to software created
* by Matt Thomas (matt@3am-software.com).
*
* Redistribution and use in source and binary forms, with or without
@@ -17,7 +17,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All marketing or advertising materials mentioning features or use of this
+ * 3. All marketing or advertising materials mentioning features or use of this
* software must display the following acknowledgement:
* This product includes software developed by LAN Media Corporation
* and its contributors.
@@ -155,7 +155,7 @@ main(int argc, char **argv)
just_print = 0;
wanted.keepalive_onoff = LMC_CTL_OFF;
break;
- case 'p':
+ case 'p':
#if defined(linux)
fd = socket(AF_INET, SOCK_DGRAM, 0);
if (fd < 0) {
@@ -175,7 +175,7 @@ main(int argc, char **argv)
fprintf (stderr, "This option is not yet supported\n");
#endif
break;
- case 'P':
+ case 'P':
fd = socket(AF_INET, SOCK_DGRAM, 0);
if (fd < 0) {
fprintf(stderr, "socket: %s\n", strerror(errno));