]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - net/nfs.h
net: Use packed structures for networking
[karo-tx-uboot.git] / net / nfs.h
index d69b422f5209da05b6204183c3a59bd6e294c95f..09b387e4c9a35da2a10e53c72286e1991a361919 100644 (file)
--- a/net/nfs.h
+++ b/net/nfs.h
@@ -68,7 +68,7 @@ struct rpc_t {
                        uint32_t data[19];
                } reply;
        } u;
-};
+} __attribute__((packed));
 void nfs_start(void);  /* Begin NFS */