Re: svn commit: r321824 - head/tests/sys/file

2017-07-31 Thread Ngie Cooper (yaneurabeya)

> On Jul 31, 2017, at 15:00, Bryan Drewery  wrote:
> 
> 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

MFC after?


signature.asc
Description: Message signed with OpenPGP using GPGMail


svn commit: r321824 - head/tests/sys/file

2017-07-31 Thread Bryan Drewery
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 
 #include 
 
+#ifndef PORT
 #definePORT9000
+#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"