You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-block/nbd/files/nbd-3.12.1-readit-and-weep....

17 lines
212 B

--- a/cliserv.c
+++ b/cliserv.c
@@ -81,6 +81,7 @@
hi = ntohl(hi);
return ((u64) lo) << 32U | hi;
}
+#endif
/**
* Read data from a file descriptor into a buffer
@@ -103,5 +104,3 @@
}
}
}
-
-#endif