Commit Diff


commit - 8f8d721301fb5d8cf248fc89b0a74616fc1aa1ee
commit + 258131b1b60f657acfcc75d5416e859806de1415
blob - bda25855867d373fae88c7ce17747bb08690b173
blob + 32a89f705207cf46f83dd94f91f80c30bf64f755
--- configure
+++ configure
@@ -522,7 +522,7 @@ if [ ${HAVE_GETDTABLESIZE} -eq 0 ]; then
 	echo "extern	int	 getdtablesize(void);"
 fi
 if [ ${HAVE_GETENTROPY} -eq 0 ]; then
-	echo "extern	int	 getentropy(void *, size_t)";
+	echo "extern	int	 getentropy(void *, size_t);"
 fi
 if [ ${HAVE_GETPROGNAME} -eq 0 ]; then
 	echo "extern	const char *getprogname(void);"