Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/sys/cap_mgmt.h
Real path: /usr/include/sys/cap_mgmt.h
Zurück
/* * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. */ #ifndef _SYS_CAP_MGMT_H_ #define _SYS_CAP_MGMT_H_ #ifdef __cplusplus extern "C" { #endif typedef enum { CAP_IOC_DIAG_NONE, CAP_IOC_DIAG_EXISTS, CAP_IOC_DIAG_NOT_EXIST, CAP_IOC_DIAG_PERM, CAP_IOC_DIAG_NOMEM, CAP_IOC_DIAG_NOTSUP, CAP_IOC_DIAG_INUSE, CAP_IOC_DIAG_MACERR, CAP_IOC_DIAG_EMLINK, CAP_IOC_DIAG_DLMGMTD_FAILED } cap_ioc_diag_t; #ifdef __cplusplus } #endif #endif /* _SYS_CAP_MGMT_H_ */