search for: sockio

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

Did you mean: sockin
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> +#i...
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 a...
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
...; *) AC_MSG_ERROR("Unknown operating system.") @@ -108,6 +108,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/...
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 ma...
1998 Mar 26
1
Err...HP-UX 10.20 compile problems of samba-1.9.18p3
...AXINT. cpp: "includes.h", line 290: error 4036: Can't open include file 'sys/statfs.h'. cpp: "includes.h", line 292: error 4036: Can't open include file 'sys/filio.h'. cpp: "includes.h", line 293: error 4036: Can't open include file 'sys/sockio.h'. *** Error exit code 1 Stop. Using GCC 2.7.2.2, I get: Compiling util.c In file included from /usr/include/hpsecurity.h:22, from /usr/include/shadow.h:8, from includes.h:197, from util.c:22: /usr/include/values.h:27: warning: `MAXINT...
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_dev...
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
...:39:24 2000 @@ -179,6 +179,7 @@ AC_CHECK_HEADERS(sys/mman.h sys/filio.h sys/priv.h string.h strings.h stdlib.h sys/socket.h) AC_CHECK_HEADERS(sys/mount.h sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h termio.h) AC_CHECK_HEADERS(sys/termio.h sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h sys/sockio.h) +AC_CHECK_HEADERS(crypt.h) # # HPUX has a bug in that including shadow.h causes a re-definition of MAXINT. # This causes configure to fail to detect it. Check for shadow separately on HPUX. diff -ruN samba-2.0.6/source/include/includes.h samba-2.0.6.ia64/source/include/includes.h --- samba-2....
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
...... no checking sys/dustat.h presence... no checking for sys/dustat.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking sys/sockio.h usability... yes checking sys/sockio.h presence... yes checking for sys/sockio.h... yes checking security/pam_modules.h usability... no checking security/pam_modules.h presence... yes configure: WARNING: security/pam_modules.h: present but cannot be compiled configure: WARNING: security/pam_modul...
2012 Apr 29
3
Failed to Compile Wine 1.5.3
...signal.h presence... yes checking for sys/signal.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/socketvar.h usability... yes checking sys/socketvar.h presence... yes checking for sys/socketvar.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/strtio.h usability... no checking sys/strtio.h presence... no checking for sys/strtio....
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