summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-04-08 22:50:18 +0000
committerjkh <jkh@FreeBSD.org>2000-04-08 22:50:18 +0000
commitc5bf42339006d5226ff809cdf3e6ac2285ea2ec4 (patch)
tree0d7a834d0b7200670d4197cba29da793bfb97c8a /sys
parentb07aa508a2e10d93fc7bb88a7c9ab25c190860e1 (diff)
downloadFreeBSD-src-c5bf42339006d5226ff809cdf3e6ac2285ea2ec4.zip
FreeBSD-src-c5bf42339006d5226ff809cdf3e6ac2285ea2ec4.tar.gz
Nuke duplicate struct declaration from somebody's paste-o
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/i386/libi386/pxe.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/boot/i386/libi386/pxe.h b/sys/boot/i386/libi386/pxe.h
index f49546a..c6bc4d0 100644
--- a/sys/boot/i386/libi386/pxe.h
+++ b/sys/boot/i386/libi386/pxe.h
@@ -447,17 +447,6 @@ typedef struct {
SEGOFF16_t buffer; /* SEG:OFF to the packet buffer */
} PACKED t_PXENV_UDP_WRITE;
-#define PXENV_UDP_WRITE 0x0033
-typedef struct {
- PXENV_STATUS_t status;
- IP4_t ip; /* dest ip addr */
- IP4_t gw; /* ip gateway */
- UDP_PORT_t src_port; /* source udp port */
- UDP_PORT_t dst_port; /* destination udp port */
- uint16_t buffer_size; /* Size of the packet buffer */
- SEGOFF16_t buffer; /* SEG:OFF to the packet buffer */
-} PACKED t_PXENV_UDP_WRITE;
-
#define PXENV_UNLOAD_STACK 0x0070
typedef struct {
PXENV_STATUS_t Status;
OpenPOWER on IntegriCloud