diff options
author | 1999-02-28 21:30:22 +0000 | |
---|---|---|
committer | 1999-02-28 21:30:22 +0000 | |
commit | c71bc7e269286e43816004eb0fcd7a55f036cd69 (patch) | |
tree | 794eb682ed86bb344bf2e65b4bee5ea179297b82 /gnu/usr.bin/cvs/diff/system.h | |
parent | conditionalize use of sbus_testdma() (diff) | |
download | wireguard-openbsd-c71bc7e269286e43816004eb0fcd7a55f036cd69.tar.xz wireguard-openbsd-c71bc7e269286e43816004eb0fcd7a55f036cd69.zip |
Latest version from Cyclic
Diffstat (limited to 'gnu/usr.bin/cvs/diff/system.h')
-rw-r--r-- | gnu/usr.bin/cvs/diff/system.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/cvs/diff/system.h b/gnu/usr.bin/cvs/diff/system.h index 7812b767592..76bc1631fee 100644 --- a/gnu/usr.bin/cvs/diff/system.h +++ b/gnu/usr.bin/cvs/diff/system.h @@ -13,9 +13,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License -along with GNU DIFF; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +*/ /* We must define `volatile' and `const' first (the latter inside config.h), so that they're used consistently in all system includes. */ @@ -29,6 +27,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/types.h> #include <sys/stat.h> +/* Note that PARAMS is just internal to the diff library; diffrun.h + has its own mechanism, which will hopefully be less likely to + conflict with the library's caller's namespace. */ #if __STDC__ #define PARAMS(args) args #define VOID void |