Allow changing the test PORT at compile-time.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
Bryan Drewery 2017-07-31 22:00:27 +00:00
parent 012e41a7a8
commit 63ab7bb3c8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321824

View File

@ -50,7 +50,9 @@
#include <string.h>
#include <unistd.h>
#ifndef PORT
#define PORT 9000
#endif
static int listen_fd;