summaryrefslogtreecommitdiff
path: root/libexec/bootpd/bootpd.c
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2021-09-30 03:01:34 +0000
committerKyle Evans <kevans@FreeBSD.org>2021-10-06 07:14:39 +0000
commitd330c24cc061f87decc678d4d471a61088d730b3 (patch)
tree5a3beeee251fe89d7fbdd54e1ff8cfeaa54a0069 /libexec/bootpd/bootpd.c
parent188c088fe3510eea080f69a8db447fb9d21b2b73 (diff)
Diffstat (limited to 'libexec/bootpd/bootpd.c')
-rw-r--r--libexec/bootpd/bootpd.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c
index 86e4f56ab61a..42f1cd8c5912 100644
--- a/libexec/bootpd/bootpd.c
+++ b/libexec/bootpd/bootpd.c
@@ -73,14 +73,6 @@ __FBSDID("$FreeBSD$");
# include <fcntl.h> /* for O_RDONLY, etc */
#endif
-#ifndef USE_BFUNCS
-# include <memory.h>
-/* Yes, memcpy is OK here (no overlapped copies). */
-# define bcopy(a,b,c) memcpy(b,a,c)
-# define bzero(p,l) memset(p,0,l)
-# define bcmp(a,b,c) memcmp(a,b,c)
-#endif
-
#include "bootp.h"
#include "hash.h"
#include "hwaddr.h"