diff options
author | 2002-11-24 20:36:11 +0000 | |
---|---|---|
committer | 2002-11-24 20:36:11 +0000 | |
commit | 40419d95af3d53811a1a9e814fea95e1983ac2b3 (patch) | |
tree | f3fda4df8fd1476db527bf4e5b4be385aafb99c4 | |
parent | make the example parseable (quotes around macros) (diff) | |
download | wireguard-openbsd-40419d95af3d53811a1a9e814fea95e1983ac2b3.tar.xz wireguard-openbsd-40419d95af3d53811a1a9e814fea95e1983ac2b3.zip |
KNF
-rw-r--r-- | sbin/atactl/atactl.c | 4 | ||||
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c index e604cee4b50..3c966e1d983 100644 --- a/sbin/atactl/atactl.c +++ b/sbin/atactl/atactl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atactl.c,v 1.21 2002/10/16 13:00:51 gluk Exp $ */ +/* $OpenBSD: atactl.c,v 1.22 2002/11/24 20:36:11 henning Exp $ */ /* $NetBSD: atactl.c,v 1.4 1999/02/24 18:49:14 jwise Exp $ */ /*- @@ -482,7 +482,7 @@ device_dump(int argc, char *argv[]) write(1, agt.buf, agt.bytes_copied); fprintf(stderr, "%d bytes written\n", agt.bytes_copied); - + return; } diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 56a9fba7a61..4a9fa24feac 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.71 2002/11/24 17:39:04 henning Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.72 2002/11/24 20:39:28 henning Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -81,7 +81,7 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.71 2002/11/24 17:39:04 henning Exp $"; +static const char rcsid[] = "$OpenBSD: ifconfig.c,v 1.72 2002/11/24 20:39:28 henning Exp $"; #endif #endif /* not lint */ @@ -997,7 +997,7 @@ setia6eui64(cmd, val) } } if (!lladdr) - errx(1, "could not determine link local address"); + errx(1, "could not determine link local address"); memcpy(&in6->s6_addr[8], &lladdr->s6_addr[8], 8); |