Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../.././../../../../usr/include/meta_runtime.h
Real path: /usr/include/meta_runtime.h
Zurück
/* * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. */ #ifndef _META_RUNTIME_H #define _META_RUNTIME_H /* * Declares functions that return the values of runtime * parameters set in /etc/lvm/runtime.cf. All * the functions declared in this file are defined in * SUNWmd/lib/libmeta/meta_runtime.c unless otherwise * noted. */ #ifdef __cplusplus extern "C" { #endif #include <sys/types.h> extern boolean_t do_owner_ioctls(void); extern boolean_t disk_do_devid_check(void); #ifdef __cplusplus } #endif #endif /* _META_RUNTIME_H */