vserver 1.9.3
[linux-2.6.git] / fs / ncpfs / sock.c
index 845bfe4..6593a5c 100644 (file)
@@ -337,7 +337,7 @@ static void info_server(struct ncp_server *server, unsigned int id, const void *
 {
        if (server->info_sock) {
                struct kvec iov[2];
-               __u32 hdr[2];
+               __be32 hdr[2];
        
                hdr[0] = cpu_to_be32(len + 8);
                hdr[1] = cpu_to_be32(id);