< prev index next >

src/java.base/aix/native/libnio/fs/AixNativeDispatcher.c

Print this page
rev 55685 : 8227737: avoid implicit-function-declaration on AIX

*** 1,8 **** /* ! * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2013 SAP SE. 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,8 ---- /* ! * Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 2013, 2019 SAP SE. 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
*** 23,32 **** --- 23,33 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ #include <stdlib.h> + #include <string.h> #include <errno.h> #include <sys/types.h> #include <sys/mntctl.h> #include "jni.h"
< prev index next >