search for: sockios

Displaying 20 results from an estimated 75 matches for "sockios".

2011 Aug 08
0
[PATCH] include: [sys/ioctl.h] needs linux/sockios.h
...letions(-) diff --git a/usr/include/sys/ioctl.h b/usr/include/sys/ioctl.h index 559f111..81ae756 100644 --- a/usr/include/sys/ioctl.h +++ b/usr/include/sys/ioctl.h @@ -9,6 +9,9 @@ #include <linux/ioctl.h> #include <asm/ioctls.h> +/* the SIOCxxx I/O are hidden */ +#include <linux/sockios.h> + __extern int ioctl(int, int, void *); #endif /* _SYS_IOCTL_H */ -- 1.7.5.4
2011 Aug 08
1
[socket.h] add (more) missing definitions
...each undeclared identifier is reported only once for each function it appears in | kexec/ifdown.c:65:18: error: 'SIOCSIFFLAGS' undeclared (first use in this function) In fact: lib/klibc $ grep -R SIOCGIFCONF . ./include/linux/if.h: * Structure used in SIOCGIFCONF request. ./include/linux/sockios.h:#define SIOCGIFCONF 0x8912 /* get iface list lib/klibc $ grep -R SIOCSIFFLAGS . ./include/linux/sockios.h:#define SIOCSIFFLAGS 0x8914 /* set flags */ Now, the patch we are using in OpenEmbedded is +#include <linux/socket.h> + +#include <linux/version.h> +#if...
2007 Apr 18
0
[Bridge] [PATCH] (9/11) bridge -- new ioctl interface for 32/64 compatiablity
...x/netdevice.h> -extern void brioctl_set(int (*ioctl_hook)(unsigned long)); +extern void brioctl_set(int (*ioctl_hook)(unsigned int, unsigned long)); extern int (*br_handle_frame_hook)(struct sk_buff *skb); extern int (*br_should_route_hook)(struct sk_buff **pskb); diff -Nru a/include/linux/sockios.h b/include/linux/sockios.h --- a/include/linux/sockios.h 2004-05-20 14:46:10 -07:00 +++ b/include/linux/sockios.h 2004-05-20 14:46:10 -07:00 @@ -116,6 +116,12 @@ #define SIOCBONDINFOQUERY 0x8994 /* rtn info about bond state */ #define SIOCBONDCHANGEACTIVE 0x8995 /* update to a new ac...
2007 Dec 18
6
packages to build wine
All, I am having difficulty locating several packages to build wine. ./configure reports the following missing: sys/errno.h sys/sockio.h ac_cv_func__popen What packages provide these? Thanks Dan
2011 Jan 03
1
Tinc improvements
...8,15 @@ ) AC_CHECK_HEADERS([netinet/tcp.h netinet/ip_icmp.h netinet/icmp6.h], [], [], [#include "have.h"] +) +AC_CHECK_HEADERS([ifaddrs.h], + [], [], [#include "have.h"] +) +AC_CHECK_HEADERS([sys/sockio.h], + [], [], [#include "have.h"] +) +AC_CHECK_HEADERS([sys/sockios.h], + [], [], [#include "have.h"] ) dnl Checks for typedefs, structures, and compiler characteristics. ------------------------------------ have.h ----------------------------------- diff --git a/have.h b/have.h index 923e76a..35de33c 100644 --- a/have.h +++ b/have.h @@ -178,4 +178,1...
2007 Apr 18
1
[Bridge] SIOCDEVPRIVATE
The bridge module uses this ioctl - but in the comment in include/linux/sockios.h where it is defined says that the device private IOCTL are "deprecated" and will disappear in 2.5.X (comment by DaveM). I still see it being used in the 2.6.X bridge code - what's the story behind this? Will SIOCDEVPRIVATE disappear or its just an invalid comment because too man...
1998 Mar 26
1
Err...HP-UX 10.20 compile problems of samba-1.9.18p3
All... I'm new to the HP-UX environment... I'm trying to build 1.9.18p3, using the HP compiler...I get the following errors: Compiling util.c cpp: "values.h", line 27: warning 2001: Redefinition of macro MAXINT. cpp: "includes.h", line 290: error 4036: Can't open include file 'sys/statfs.h'. cpp: "includes.h", line 292: error 4036: Can't
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...--- include/uapi/asm-generic/shmbuf.h | 6 +++--- include/uapi/asm-generic/shmparam.h | 6 +++--- include/uapi/asm-generic/signal-defs.h | 6 +++--- include/uapi/asm-generic/signal.h | 6 +++--- include/uapi/asm-generic/socket.h | 6 +++--- include/uapi/asm-generic/sockios.h | 6 +++--- include/uapi/asm-generic/stat.h | 6 +++--- include/uapi/asm-generic/statfs.h | 6 +++--- include/uapi/asm-generic/swab.h | 6 +++--- include/uapi/asm-generic/termbits.h | 6 +++--- include/uapi/asm-generic/types.h | 6 +++--- include/...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...--- include/uapi/asm-generic/shmbuf.h | 6 +++--- include/uapi/asm-generic/shmparam.h | 6 +++--- include/uapi/asm-generic/signal-defs.h | 6 +++--- include/uapi/asm-generic/signal.h | 6 +++--- include/uapi/asm-generic/socket.h | 6 +++--- include/uapi/asm-generic/sockios.h | 6 +++--- include/uapi/asm-generic/stat.h | 6 +++--- include/uapi/asm-generic/statfs.h | 6 +++--- include/uapi/asm-generic/swab.h | 6 +++--- include/uapi/asm-generic/termbits.h | 6 +++--- include/uapi/asm-generic/types.h | 6 +++--- include/...
2013 Aug 02
3
[PATCH trivial] include: uapi: standard all files' macro prefix and suffix, excluding "linux/" sub-directory
...--- include/uapi/asm-generic/shmbuf.h | 6 +++--- include/uapi/asm-generic/shmparam.h | 6 +++--- include/uapi/asm-generic/signal-defs.h | 6 +++--- include/uapi/asm-generic/signal.h | 6 +++--- include/uapi/asm-generic/socket.h | 6 +++--- include/uapi/asm-generic/sockios.h | 6 +++--- include/uapi/asm-generic/stat.h | 6 +++--- include/uapi/asm-generic/statfs.h | 6 +++--- include/uapi/asm-generic/swab.h | 6 +++--- include/uapi/asm-generic/termbits.h | 6 +++--- include/uapi/asm-generic/types.h | 6 +++--- include/...
2007 Apr 18
1
[Bridge] Building 1.1 ?
...`/software/bridge/bridge-utils-1.1/libbridge' gcc -Wall -g -I/usr/src/linux/include -c libbridge_devif.c In file included from libbridge_devif.c:28: libbridge_private.h:39:2: error: #error Using wrong kernel headers if_bridge.h libbridge_private.h:43:2: error: #error Using wrong kernel headers sockios.h is libbridge_devif.c: In function ?br_get_bridge_info?: libbridge_devif.c:196: error: ?SYSFS_BRIDGE_ATTR? undeclared (first use in this libbridge_devif.c:196: error: (Each undeclared identifier is reported only once libbridge_devif.c:196: error: for each function it appears in.) libbridge_devi...
2010 Mar 13
1
klibc build trouble
as the next klibc release 1.5.16 looks like shaping up, I have a trouble to build that for Debian. currently I build depent on linux-libc-dev, I don't know what against I can build latest klibc, see klibc fails to build due too: make -C linux/ ARCH=x86_64 INSTALL_HDR_PATH=debian/tmp/usr/lib/klibc/ headers_install make[3]: *** No rule to make target `headers_install'. Stop. make[2]: ***
2010 Feb 23
0
[PATCH 3/3] Add relevant socket.h definitions
...) diff --git a/usr/include/sys/socket.h b/usr/include/sys/socket.h index 7d47087..a6357d1 100644 --- a/usr/include/sys/socket.h +++ b/usr/include/sys/socket.h @@ -9,6 +9,9 @@ #include <klibc/compiler.h> #include <klibc/sysconfig.h> #include <linux/socket.h> +#include <linux/sockios.h> /* the SIOCxxx I/O controls */ +#include <linux/uio.h> /* iovec support */ +#include <asm/socket.h> /* arch-dependent defines */ #if _KLIBC_HAS_ARCHSOCKET_H #include <klibc/archsocket.h> #endif @@ -27,6 +30,40 @@ # define SOCK_PACKET 10...
2000 May 08
0
Patch for IA-64
Hi, I have ported Samba 2.0.6 to run on Linux/IA-64. I had to make a few modifications to get Samba to configure and compile properly. The mods mostly have to do with missing prototypes which weren't present in system include files (e.g. ptsname()). The biggest pain turned out to be a prototype for crypt() which is defined in <unistd.h> only with -D_XOPEN_SOURCE. Defining this caused
2016 May 16
0
Compile Samba for Windows Use - SMBClient.exe mainly
...e --without-ad-dc --without-pam > configure-2016-05-16.log 2>&1 and attached the configure-2016-05-16.log file nothing really jumps out at me why it is failing. Checking for openpty : ok Checking for header linux/sockios.h : no Checking for header linux/ethtool.h : no Checking linker accepts -Wl,-no-undefined : yes Checking linker accepts ['...
2010 Mar 02
17
[PATCH 00/16] External building, update for 2.6.33 and multiple root devices.
...flags to always use relative paths. 7: Update syscalls.pl commands to use $(srctree) 8: Update socketcalls.pl commands to use $(srctree) 9: Fix asm includes for newer kernel sources. 10: Add missing NFS mount RPC call ordinals. 11: packet.h needs a definition for struct iovec 12: netdev.c needs sockios.h 13: Define types and values in sys/socket.h 14: Include sys/socket.h from net/if_arp.h 15: Drop unused argument root_dev to ramdisk_load() 16: Support for multiple devices specified on the root= cmdline. Thanks, Mike Waychison
2004 Dec 13
0
samba4 configure error
I am trying to compile samba 4 with solaris 10 on a x86 machine. I get the "checking configure summary... configure: error: summary failure. Aborting config" failure. I am using gcc 3.4.3 Here is how it goes: cowabunga: /export/home/test/samba4/source$ ./autogen.sh ./autogen.sh: running script/mkversion.sh ./script/mkversion.sh: svn: not found ./script/mkversion.sh: svn: not found
2012 Apr 29
3
Failed to Compile Wine 1.5.3
Hey Guys, I got a issue when I try to compile Wine 1.5.3, then I did a: doug at doug-pc:/tmp/wine-1.5.3# ./configure > configure.log and this is the output of the configure.log: Code: checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler
2010 Dec 08
1
Error building network library on OpenSolaris and 1.8.1-rc1
Hello All, I have been banging my head against trying to get asterisk to compile on Solaris as well as OpenSolaris. I've tried to build various versions of Asterisk as on various versions of Solaris and OpenSolaris to no avail. Finally, I said, what the heck, I got the latest version of OpenSolaris that (pkg image-update) could get and then the latest ver of asterisk I found on the digium
2002 Jun 08
2
New qdisc path, try it (what is the problem)
hello, this is my new qdisc patch, when i recompile the kernel with this patch i dn''nt succeed please look at it and if there are any mistakes plesease send me a mail thanks in advance ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com