Author: rrs
Date: Thu Jul 11 04:40:58 2019
New Revision: 349908
URL: https://svnweb.freebsd.org/changeset/base/349908

Log:
  Update to jhb's other suggestion, use #error when
  we are missing  HPTS.

Modified:
  head/sys/netinet/tcp_stacks/rack.c

Modified: head/sys/netinet/tcp_stacks/rack.c
==============================================================================
--- head/sys/netinet/tcp_stacks/rack.c  Thu Jul 11 04:38:33 2019        
(r349907)
+++ head/sys/netinet/tcp_stacks/rack.c  Thu Jul 11 04:40:58 2019        
(r349908)
@@ -129,7 +129,7 @@ struct sysctl_ctx_list rack_sysctl_ctx;
 struct sysctl_oid *rack_sysctl_root;
 
 #ifndef TCPHPTS
-fatal error missing option TCPHSTS in the build;
+#error "fatal error missing option TCPHSTS in the build"
 #endif
 
 #define CUM_ACKED 1
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to