svn commit: r321824 - head/tests/sys/file
Bryan Drewery
bdrewery at FreeBSD.org
Mon Jul 31 22:00:28 UTC 2017
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;
More information about the svn-src-all
mailing list