diff options
| author | Paul Eggert | 2018-01-01 01:19:57 +0000 |
|---|---|---|
| committer | Paul Eggert | 2017-12-31 17:21:33 -0800 |
| commit | 220a9ecba1b62e09703cb0a3c122797d4498ccc2 (patch) | |
| tree | 97d286479f4b8c15205f78e61635de9b93993707 /lib/binary-io.c | |
| parent | 312c5655669a882186884626f0cf361de70e679d (diff) | |
| download | emacs-220a9ecba1b62e09703cb0a3c122797d4498ccc2.tar.gz emacs-220a9ecba1b62e09703cb0a3c122797d4498ccc2.zip | |
Merge from Gnulib
This incorporates:
2018-01-01 maint: Run 'make update-copyright'
2017-12-29 Add cross-compilation results for GNU/Hurd.
2017-12-12 explicit_bzero: port to macOS + Clang 9.0.0
Diffstat (limited to 'lib/binary-io.c')
| -rw-r--r-- | lib/binary-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/binary-io.c b/lib/binary-io.c index 2cee469781c..f9cc4dd2ec6 100644 --- a/lib/binary-io.c +++ b/lib/binary-io.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Binary mode I/O. | 1 | /* Binary mode I/O. |
| 2 | Copyright 2017 Free Software Foundation, Inc. | 2 | Copyright 2017-2018 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |