diff options
| author | 2003-06-01 17:00:26 +0000 | |
|---|---|---|
| committer | 2003-06-01 17:00:26 +0000 | |
| commit | 1ee9984c4f4397b4e37dd231ed72dcab53ea0dff (patch) | |
| tree | eac83456bbe224ca5a01b23024644072301555e9 /sys/lib/libsa/net.c | |
| parent | sync (diff) | |
| download | wireguard-openbsd-1ee9984c4f4397b4e37dd231ed72dcab53ea0dff.tar.xz wireguard-openbsd-1ee9984c4f4397b4e37dd231ed72dcab53ea0dff.zip | |
strcpy/strcat/sprintf removal in all bootblocks. various testing by
various people. outside of some messy things in src/gnu, only one
thing in the main tree now violates this rule: bind
Diffstat (limited to 'sys/lib/libsa/net.c')
| -rw-r--r-- | sys/lib/libsa/net.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/net.c b/sys/lib/libsa/net.c index 35adb509fbd..c3ebf23d289 100644 --- a/sys/lib/libsa/net.c +++ b/sys/lib/libsa/net.c @@ -1,4 +1,4 @@ -/* $OpenBSD: net.c,v 1.11 2002/03/14 01:27:07 millert Exp $ */ +/* $OpenBSD: net.c,v 1.12 2003/06/01 17:00:33 deraadt Exp $ */ /* $NetBSD: net.c,v 1.14 1996/10/13 02:29:02 christos Exp $ */ /* @@ -72,7 +72,7 @@ sendudp(d, pkt, len) struct ip tip; #ifdef NET_DEBUG - if (debug) { + if (debug) { printf("sendudp: d=%x called.\n", (u_int)d); if (d) { printf("saddr: %s:%d", |
