diff options
author | Ted Lemon <source@isc.org> | 1999-03-16 06:37:55 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-03-16 06:37:55 +0000 |
commit | c5b0f52958e903223543e62f43a83c65c29b30ac (patch) | |
tree | 271a4c83768884740fb1ff65fb1d5883dbe104e2 /common/bpf.c | |
parent | b2f506592ac09c23169f32f93254f5e7365d3e6a (diff) | |
download | isc-dhcp-c5b0f52958e903223543e62f43a83c65c29b30ac.tar.gz |
Sanitize Solaris build.V3-ALPHA-19990315
Diffstat (limited to 'common/bpf.c')
-rw-r--r-- | common/bpf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/bpf.c b/common/bpf.c index d67a852e..7b9a29fe 100644 --- a/common/bpf.c +++ b/common/bpf.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: bpf.c,v 1.25 1999/03/16 05:50:31 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: bpf.c,v 1.26 1999/03/16 06:37:48 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -274,7 +274,7 @@ ssize_t send_packet (interface, packet, raw, len, from, to, hto) result = writev(interface -> wfdesc, iov, 2); if (result < 0) - warn ("send_packet: %m"); + log_error ("send_packet: %m"); return result; } #endif /* USE_BPF_SEND */ |