diff options
Diffstat (limited to 'networking/udhcp/options.h')
-rw-r--r-- | networking/udhcp/options.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h index c98aec4..e9eeefb 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h @@ -28,9 +28,6 @@ enum { /*****************************************************************/ /* DHCP protocol -- see RFC 2131 */ -#define SERVER_PORT 67 -#define CLIENT_PORT 68 - #define DHCP_MAGIC 0x63825363 |