equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved. |
3 * Copyright (c) 2013 SAP SE. All rights reserved. |
3 * Copyright (c) 2013, 2019 SAP SE. All rights reserved. |
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
5 * |
5 * |
6 * This code is free software; you can redistribute it and/or modify it |
6 * This code is free software; you can redistribute it and/or modify it |
7 * under the terms of the GNU General Public License version 2 only, as |
7 * under the terms of the GNU General Public License version 2 only, as |
8 * published by the Free Software Foundation. Oracle designates this |
8 * published by the Free Software Foundation. Oracle designates this |
23 * or visit www.oracle.com if you need additional information or have any |
23 * or visit www.oracle.com if you need additional information or have any |
24 * questions. |
24 * questions. |
25 */ |
25 */ |
26 |
26 |
27 #include <stdlib.h> |
27 #include <stdlib.h> |
|
28 #include <string.h> |
28 #include <errno.h> |
29 #include <errno.h> |
29 #include <sys/types.h> |
30 #include <sys/types.h> |
30 #include <sys/mntctl.h> |
31 #include <sys/mntctl.h> |
31 |
32 |
32 #include "jni.h" |
33 #include "jni.h" |