diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-01-31 19:56:48 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-02-05 21:01:25 +0000 |
commit | 106efdb060ae523a88caf5ddc3516500cf5b1d64 (patch) | |
tree | e34ca4e157299d283098b5f309feb1da323e73b9 /contrib/bc/include/dc.h | |
parent | bf77fadc22c4c73f5e300309551e07c48bbe3a86 (diff) | |
download | src-106efdb060ae523a88caf5ddc3516500cf5b1d64.tar.gz src-106efdb060ae523a88caf5ddc3516500cf5b1d64.zip |
Vendor import of Gavin Howard's bc version 3.2.6
(cherry picked from commit 47a52dc4d48f259ab7d9f9ba6b65f4f2331a22dc)
Second attempt after revert of a previous commit that affected files
with similar names in unrelated directories.
Thanks go to Martin Birgmaier for reporting the issue and identifying
the cause of git getting confused: files from the root of the vendor
files were associated with files in the FreeBSD base root directory.
Martin Birgmaier points out that to make this cherry-pick succeed,
the option -Xsubtree=contrib/bc has to be passed to prevent files
outside that path to be considered.
Diffstat (limited to 'contrib/bc/include/dc.h')
-rw-r--r-- | contrib/bc/include/dc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bc/include/dc.h b/contrib/bc/include/dc.h index 07af135bc38f..315aeb78b1ad 100644 --- a/contrib/bc/include/dc.h +++ b/contrib/bc/include/dc.h @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2018-2020 Gavin D. Howard and contributors. + * Copyright (c) 2018-2021 Gavin D. Howard and contributors. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: |