summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorNikhil Chandru Rao2006-07-19 23:05:58 +0200
committerNikhil Chandru Rao2006-07-19 23:05:58 +0200
commit13dbf5494d749990d5a0f34c561d44e9341021b5 (patch)
tree00b715afe9338a2fead00e1f23b50e4ad0ad4c32 /src/include
parentNow capable of sending what, to me, looks like a valid DHCPDISCOVER (diff)
downloadipxe-13dbf5494d749990d5a0f34c561d44e9341021b5.tar.gz
ipxe-13dbf5494d749990d5a0f34c561d44e9341021b5.tar.xz
ipxe-13dbf5494d749990d5a0f34c561d44e9341021b5.zip
Minor edits
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/udp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/udp.h b/src/include/gpxe/udp.h
index 8c731c13a..006bc0b38 100644
--- a/src/include/gpxe/udp.h
+++ b/src/include/gpxe/udp.h
@@ -75,7 +75,7 @@ struct udp_operations {
*/
struct udp_connection {
/** Address of the remote end of the connection */
- struct sockaddr sin;
+ struct sockaddr sa;
/** Local port on which the connection receives packets */
port_t local_port;
/** Transmit buffer */