Author: bdrewery
Date: Mon Jul 31 22:00:27 2017
New Revision: 321824
URL: https://svnweb.freebsd.org/changeset/base/321824

Log:
  Allow changing the test PORT at compile-time.
  
  Sponsored by: Dell EMC Isilon

Modified:
  head/tests/sys/file/newfileops_on_fork_test.c

Modified: head/tests/sys/file/newfileops_on_fork_test.c
==============================================================================
--- head/tests/sys/file/newfileops_on_fork_test.c       Mon Jul 31 22:00:00 
2017        (r321823)
+++ head/tests/sys/file/newfileops_on_fork_test.c       Mon Jul 31 22:00:27 
2017        (r321824)
@@ -50,7 +50,9 @@
 #include <string.h>
 #include <unistd.h>
 
+#ifndef PORT
 #define        PORT    9000
+#endif
 
 static int listen_fd;
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to