From 1e49f931a86e54415ba36fc2bfe799d616936080 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 20 Mar 2025 19:11:49 -0600 Subject: lib9p has no CONFIG_9P_PORT configure knob, remove it from config.h --- lib9p/tests/test_server/config/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib9p/tests/test_server/config/config.h') diff --git a/lib9p/tests/test_server/config/config.h b/lib9p/tests/test_server/config/config.h index 67960ca..afe6dc0 100644 --- a/lib9p/tests/test_server/config/config.h +++ b/lib9p/tests/test_server/config/config.h @@ -1,4 +1,4 @@ -/* config.h - Compile-time configuration for srv9p +/* config.h - Compile-time configuration for lib9p/test/test_server * * Copyright (C) 2024-2025 Luke T. Shumaker * SPDX-License-Identifier: AGPL-3.0-or-later @@ -12,7 +12,6 @@ /* 9P *************************************************************************/ -#define CONFIG_9P_PORT LIB9P_DEFAULT_PORT_9FS /** * This max-msg-size is sized so that a Twrite message can return * 8KiB of data. -- cgit v1.2.3-2-g168b