[rtems-libbsd commit] rtemsbsd: Remove old DHCP init prototype

Joel Sherrill joel at rtems.org
Wed Mar 27 17:11:55 UTC 2024


Module:    rtems-libbsd
Branch:    6-freebsd-12
Commit:    388d46bb1b3080402c68ae11d14b2b36c3138952
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=388d46bb1b3080402c68ae11d14b2b36c3138952

Author:    Kinsey Moore <kinsey.moore at oarcorp.com>
Date:      Wed Mar 13 12:20:20 2024 -0500

rtemsbsd: Remove old DHCP init prototype

This prototype should have been removed with commit
ac4db4cec5b6b1e0a25e910851e50831afb0749d.

---

 rtemsbsd/include/rtems/bsd/bsd.h | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/rtemsbsd/include/rtems/bsd/bsd.h b/rtemsbsd/include/rtems/bsd/bsd.h
index d5decbf2..7d79e547 100755
--- a/rtemsbsd/include/rtems/bsd/bsd.h
+++ b/rtemsbsd/include/rtems/bsd/bsd.h
@@ -97,28 +97,6 @@ typedef struct {
 
 rtems_status_code rtems_bsd_initialize(void);
 
-/**
- * @brief Initializes the libbsd and starts a DHCPCD task.
- *
- * The libbsd is initialized via rtems_bsd_initialize().  If this is
- * successful, then the loop back interfaces are created.  If this is
- * successful, then a DHCPCD task is started at the least important priority.
- *
- * The default devices of the BSP are initialized.  Support for
- *   - IF_BRIDGE(4),
- *   - LAGG(4),
- *   - multicast routing,
- *   - UNIX(4), and
- *   - VLAN(4),
- * is enabled.
- *
- * No RTEMS shell commands are registered.
- *
- * @retval RTEMS_SUCCESSFUL Successful operation.
- * @retval otherwise An error occurred.
- */
-rtems_status_code rtems_bsd_initialize_dhcp(void);
-
 /**
  * @brief Configures the lo0 (loopback) interface.
  *



More information about the vc mailing list