search for: nlink_t

Displaying 20 results from an estimated 133 matches for "nlink_t".

Did you mean: link_to
2012 Oct 05
0
2.0.2 klibc release
...p.S: fix longjmp Thorsten Glaser (3): [klibc] arm: fix trashing of callee-saved registers in thumb setjmp() [klibc] arm: unbreak armhf shared binaries (those with thumb) [klibc] arm: remove unused variable maximilian attems (7): [klibc] include: [sys/types.h] bury __kernel_nlink_t [klibc] include: [ppc64/klibc/archstat.h] get rid of nlink_t use [klibc] inlcude: [mips*/klibc/archstat.h] get rid of nlink_t [klibc] [SHELL] Fix klibc DEBUG compilation [klibc] dash: sync with latest git [klibc] kbuild: Fix permissions of headers [klibc]?dash:?...
2005 Sep 23
1
ztdummy compile again
...e/linux/types.h:23: error: syntax error before "mode_t" include/linux/types.h:23: warning: type defaults to `int' in declaration of `mode_t' include/linux/types.h:23: warning: data definition has no type or storage class include/linux/types.h:24: error: syntax error before "nlink_t" include/linux/types.h:24: warning: type defaults to `int' in declaration of `nlink_t' include/linux/types.h:24: warning: data definition has no type or storage class include/linux/types.h:25: error: syntax error before "off_t" include/linux/types.h:25: warning: type defaul...
2008 May 31
3
types.h:52: error: conflicting types for ‘ ino_t’
...cting types for gid_t /usr/include/linux/types.h:27: error: previous declaration of gid_t was here /usr/include/sys/types.h:72: error: conflicting types for mode_t /usr/include/linux/types.h:15: error: previous declaration of mode_t was here /usr/include/sys/types.h:77: error: conflicting types for nlink_t /usr/include/linux/types.h:16: error: previous declaration of nlink_t was here /usr/include/sys/types.h:82: error: conflicting types for uid_t /usr/include/linux/types.h:26: error: previous declaration of uid_t was here /usr/include/sys/types.h:90: error: conflicting types for off_t /usr/include/li...
2006 Jan 21
2
Xen kernel compilation fails - no such file or directory features.h (but its there)
...types.h:23: error: syntax error before "mode_t" include/linux/types.h:23: warning: type defaults to `int'' in declaration of `mode_t'' include/linux/types.h:23: warning: data definition has no type or storage class include/linux/types.h:24: error: syntax error before "nlink_t" include/linux/types.h:24: warning: type defaults to `int'' in declaration of `nlink_t'' include/linux/types.h:24: warning: data definition has no type or storage class include/linux/types.h:25: error: syntax error before "off_t" include/linux/types.h:25: warning: typ...
2004 Oct 19
9
[ANNOUNCE] iproute2 2.6.9-041019
Now that 2.6.9 is final. Here is an update of the iproute2 utilities that contains all the patches in my queue. * lnstat to replace rtstat and ctstat (from Harald Welte) * latest xfrm related changes * several small typo''s and build fixes for older systems http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.9-041019.tar.gz
2003 May 14
2
[Bug 565] gcc 3.2.3 compiler warnings for openssh-3.6.1p2 on Solaris 7
...at juniper.net There are a number of compiler warnings remaining in OpenSSH when compiled with gcc 3.2.3 under Solaris 7 on sparc sun4u hardware. The following kinds of warnings were seen: comparison of distinct pointer types lacks a cast initialization from incompatible pointer type int format, nlink_t arg (arg 5) int format, pid_t arg (arg 4) int format, uid_t arg (arg 2) int format, uid_t arg (arg 3) subscript has type char unsigned int format, gid_t arg (arg 2) unsigned int format, long unsigned int arg (arg 2) unsigned int format, mode_t arg (arg 3) ------- You are receiving this mail beca...
2012 Jun 29
0
[klibc:master] include: [sys/types.h] bury __kernel_nlink_t
...ibc.git;a=commit;h=1ec8e824a0b0ee10e93b257ccac08f07cd90f4d8 Author: maximilian attems <max at stro.at> AuthorDate: Fri, 29 Jun 2012 07:46:08 +0200 Committer: maximilian attems <max at stro.at> CommitDate: Fri, 29 Jun 2012 07:48:50 +0200 [klibc] include: [sys/types.h] bury __kernel_nlink_t We don't use it anywhere and it is gone on linux side with bb8ac181a5cf50458a0d83b4460790badc9fdc16 for 3.5-rc1. Fixes compiling against latest linux. Signed-off-by: maximilian attems <max at stro.at> --- usr/include/sys/types.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(...
2006 Dec 29
3
[git patches] ocfs2 fixes
Hi Linus, Here are some 2.6.20 fixes for ocfs2. The patch by Zhen Wei isn't really a fix, but a very small amount of support for a feature which is mostly implemented in ocfs2-tools. Considering it's just a single attribute export via configfs, I'd say it's pretty safe to merge. Please pull from 'upstream-linus' branch of
2006 May 15
3
Eicon Diva - problems building new v3 melware driver
...e/linux/types.h:23: error: syntax error before "mode_t" include/linux/types.h:23: warning: type defaults to `int' in declaration of `mode_t' include/linux/types.h:23: warning: data definition has no type or storage class include/linux/types.h:24: error: syntax error before "nlink_t" include/linux/types.h:24: warning: type defaults to `int' in declaration of `nlink_t' include/linux/types.h:24: warning: data definition has no type or storage class include/linux/types.h:25: error: syntax error before "off_t" include/linux/types.h:25: warning: type defaul...
2019 Jul 21
2
Missing hivex.h error when compiling on macOS 10.14 (Mojave)
...<sys/socket.h> defines the SHUT_* macros... yes checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking for struct sockaddr_storage.ss_family... yes checking if environ is properly declared... no checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking for getcwd with POSIX signature... yes checking for struct timeval... yes checking for wide-enough struct timeval.tv_sec member... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking whet...
2006 Jun 26
0
[klibc 32/43] ppc64 support for klibc
...h new file mode 100644 index 0000000..491316c --- /dev/null +++ b/usr/include/arch/ppc64/klibc/archstat.h @@ -0,0 +1,27 @@ +#ifndef _KLIBC_ARCHSTAT_H +#define _KLIBC_ARCHSTAT_H + +#include <klibc/stathelp.h> + +#define _STATBUF_ST_NSEC + +struct stat { + __stdev64 (st_dev); + ino_t st_ino; + nlink_t st_nlink; + mode_t st_mode; + uid_t st_uid; + gid_t st_gid; + __stdev64 (st_rdev); + off_t st_size; + unsigned long st_blksize; + unsigned long st_blocks; + struct timespec st_atim; /* Time of last access. */ + struct timespec st_mtim; /* Time of last modification. */ + struct timespec...
2015 Sep 25
2
Build of supermin 5 on Ubuntu 14.04 LTS
...yes checking whether strerror_r returns char *... yes checking whether fchdir is declared... yes checking for working fcntl.h... yes checking for pid_t... yes checking for mode_t... yes checking for promoted mode_t type... mode_t checking whether stat file-mode macros are broken... no checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro....
2006 Jun 26
2
[klibc 28/43] mips support for klibc
...The memory layout is the same as of + * struct stat of the 64-bit kernel, which makes this one of the sanest + * 32-bit struct stats. + */ + +struct stat { + unsigned int st_dev; + unsigned long st_pad0[3]; /* Reserved for st_dev expansion */ + + unsigned long long st_ino; + + mode_t st_mode; + nlink_t st_nlink; + + uid_t st_uid; + gid_t st_gid; + + unsigned int st_rdev; + unsigned long st_pad1[3]; /* Reserved for st_rdev expansion */ + + long long st_size; + + struct timespec st_atim; + struct timespec st_mtim; + struct timespec st_ctim; + + unsigned long st_blksize; + unsigned long st_pa...
2010 Dec 14
8
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...r strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro....
2011 Jan 14
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...r strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro....
2011 Feb 15
7
builder-ubuntu febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...r strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro....
2011 Jan 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...r strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro....
2011 Feb 15
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...r strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro....
2010 Dec 14
7
builder-debian febootstrap success 85db2a664c820e01a02ddc3b33b3da26fe05dc5b
...r strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro....
2011 May 13
3
builder-debian febootstrap success 6ab9465001dfaa52edc5992ee71f2e9aecc2085d
...r strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro....