< prev index next >

src/java.base/unix/native/libjli/java_md.h

Print this page
rev 59383 : [mq]: final

*** 1,7 **** /* ! * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1998, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 25,35 **** #ifndef JAVA_MD_H #define JAVA_MD_H /* ! * This file contains common defines and includes for Solaris, Linux and MacOSX. */ #include <limits.h> #include <unistd.h> #include <sys/param.h> #include "manifest_info.h" --- 25,35 ---- #ifndef JAVA_MD_H #define JAVA_MD_H /* ! * This file contains common defines and includes for unix. */ #include <limits.h> #include <unistd.h> #include <sys/param.h> #include "manifest_info.h"
< prev index next >