Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/bsd/dhcpcd/dist/src/if-options.h,v rcsdiff: /ftp/cvs/cvsroot/src/external/bsd/dhcpcd/dist/src/if-options.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1.1.22 retrieving revision 1.1.1.23 diff -u -p -r1.1.1.22 -r1.1.1.23 --- src/external/bsd/dhcpcd/dist/src/if-options.h 2020/12/28 13:56:26 1.1.1.22 +++ src/external/bsd/dhcpcd/dist/src/if-options.h 2021/10/22 13:21:59 1.1.1.23 @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: BSD-2-Clause */ /* * dhcpcd - DHCP client daemon - * Copyright (c) 2006-2020 Roy Marples + * Copyright (c) 2006-2021 Roy Marples * All rights reserved * Redistribution and use in source and binary forms, with or without @@ -74,7 +74,7 @@ #define DHCPCD_DAEMONISE (1ULL << 14) #define DHCPCD_DAEMONISED (1ULL << 15) #define DHCPCD_TEST (1ULL << 16) -#define DHCPCD_MASTER (1ULL << 17) +#define DHCPCD_MANAGER (1ULL << 17) #define DHCPCD_HOSTNAME (1ULL << 18) #define DHCPCD_CLIENTID (1ULL << 19) #define DHCPCD_LINK (1ULL << 20)