diff fuzz.h @ 1798:8dc43b30c6bf

Define _GNU_SOURCE properly, other header fixes This lets -std=c89 build for gcc 8.4.0
author Matt Johnston <matt@ucc.asn.au>
date Thu, 04 Mar 2021 21:03:02 +0800
parents 685b47d8faf7
children 4983a6bc1f51
line wrap: on
line diff
--- a/fuzz.h	Thu Mar 04 21:02:16 2021 +0800
+++ b/fuzz.h	Thu Mar 04 21:03:02 2021 +0800
@@ -80,7 +80,7 @@
     int do_jmp;
     sigjmp_buf jmp;
 
-    // write out decrypted session data to this FD if it's set
+    // write out decrypted session data to this FD if it is set
     // flag - this needs to be set manually in cli-main.c etc
     int dumping;
     // the file descriptor
@@ -114,6 +114,6 @@
 #define getpwuid(x) fuzz_getpwuid(x)
 #endif // FUZZ_NO_REPLACE_GETPW
 
-#endif // DROPBEAR_FUZZ
+#endif /* DROPBEAR_FUZZ */
 
 #endif /* DROPBEAR_FUZZ_H */