summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/lldp/lldpd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/lldp/lldpd.h b/lib/lldp/lldpd.h
index f1eb6e348..80a883494 100644
--- a/lib/lldp/lldpd.h
+++ b/lib/lldp/lldpd.h
@@ -1,5 +1,6 @@
/* -*- mode: c; c-file-style: "openbsd" -*- */
/*
+ * Copyright (c) 2015 Nicira, Inc.
* Copyright (c) 2008 Vincent Bernat <bernat@luffy.cx>
*
* Permission to use, copy, modify, and/or distribute this software for any
@@ -61,8 +62,6 @@ struct event_base;
struct lldpd_chassis **, struct lldpd_port **
#define PROTO_GUESS_SIG char *, int
-#define ALIGNED_CAST(TYPE, ATTR) ((TYPE) (void *) (ATTR))
-
struct protocol {
int mode; /* > 0 mode identifier (unique per protocol) */
int enabled; /* Is this protocol enabled? */