summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorJesper Juhl <juhl-lkml@dif.dk>2004-12-23 01:31:36 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-23 01:31:36 -0800
commitba169c302c583ccc9f0b8259f4ce5cd3391194f2 (patch)
tree60df23f02e88d42dd177d8b92d76b263743ef82d /net/unix/af_unix.c
parenta631fa308fae0225c34289987d806fc164d498bb (diff)
[PATCH] fix inlining related build failures in mxser.c
This fixes a build failure with gcc-3.4.1, where we use some functions before we define them inline. The simple way to fix those is to simply un-inline the functions in question. Since they are somewhat large that's what I did. An alternative would be to rework the ordering of the file so the functions are defined before their first use. Signed-off-by: Jesper juhl <juhl-lkml@dif.dk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions