search for: stropts

Displaying 20 results from an estimated 88 matches for "stropts".

2008 Apr 15
0
Compilation of openssh on IRIX
...l: single gcc version 3.3 Talking about OpenSSL libraries and headers, "./configure" says that: checking OpenSSL header version... 90807f (OpenSSL 0.9.8g 19 Oct 2007) checking OpenSSL library version... 90807f (OpenSSL 0.9.8g 19 Oct 2007) "./configure" complains about <sys/stropts.h>: [...] checking sys/stropts.h usability... no checking sys/stropts.h presence... yes configure: WARNING: sys/stropts.h: present but cannot be compiled configure: WARNING: sys/stropts.h: check for missing prerequisite headers? configure: WARNING: sys/stropts.h: see the Autoconf documentation...
1998 May 22
1
HP-UX 9.05: stropts.h: No such file or directory
...ERFILE="/usr/local/samba/lib/printers.def" -DHPUX -D_HPUX_SOURCE -D_POSIX _SOURCE -DSMB_PASSWD="/usr/local/samba/bin/smbpasswd" -DSMB_PASSWD_FILE=" /usr/local/samba/private/smbpasswd" Using LIBS = Compiling util.c In file included from util.c:22: includes.h:613: stropts.h: No such file or directory *** Error code 1 Stop. ------------------------------------------------- I suspect stropts.h to be part of STREAMS. From http://www.cs.ruu.nl/wais/html/na-dir/hp/hpux-faq.html I found this: >Subject: 10.7 Where can I get STREAMS for HP-UX? > >STREAMS/UX is...
1999 Dec 09
1
openssh-1.2pre16 patch to pty.c for Solaris 2.6
Greetings, While attempting to build openssh for Solaris 2.6, I ran into a minor problem that should probably be corrected in the next release of openssh. The file pty.c does not #include <stropts.h> to define I_PUSH even though I_PUSH is used when HAVE_DEV_PTMX is defined. Platform: SunOS test01 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-60 Using: zlib 1.1.3 http://www.cdrom.com/pub/infozip/zlib/zlib-1.1.3.tar.gz rsaref2.0 (plus patch from bugtraq digest 30-Nov-1999) ftp://ftp.f...
2018 Aug 13
2
Re: [PATCH v2 4/4] file: Zero for block devices on old kernels
...: > > +++ b/plugins/file/file.c > @@ -41,14 +41,21 @@ > #include <unistd.h> > #include <sys/types.h> > #include <sys/stat.h> > +#include <sys/ioctl.h> Linux-specific header; will it cause grief on BSD compilation? (POSIX declares ioctl() in <stropts.h>, but for the obsolete STREAMS extension that no one but Solaris ever implemented, and which no one uses today - and thus which has little bearing on the Linux use of ioctl). Otherwise looks okay. -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualiz...
2004 Aug 06
4
Compiling icecast2 under OpenBSD 3.1
...tead fixed it. This problem could be avoided by autogen.sh/configure checking this, just like it does for the ogg/vorbis libraries. Happy Ogg streaming through OpenBSD servers! :) Some comments about ices2: It is currently impossible to compile it under *BSD, at least afaik. src/im_sun.c includes stropts.h, which doesn't come with OpenBSD. After feeding one .h file after another from a linux box, it finally wanted gnu/stubs.h. There will never be GNU stuff in *BSD, so that must be solved differently. I found that it needs it at least in line 211 while doing `ioctl(s->fd, I_FLUSH, FLUSHR);...
2004 Aug 06
1
ices2 not compiling on OpenBSD 3.3
Hello, I just downloaded ices from the CVS repository and when I try to compile it a get this error: .... im_sun.c:29: stropts.h: No such file or directory *** Error code 1 Any suggestions? LP, Mitja --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word ...
2001 Nov 08
0
OpenSSH 3.0p1+AFS+PAM on Solaris 8
....ac Thu Nov 8 13:37:21 2001 @@ -437,6 +437,7 @@ netinet/in_systm.h paths.h poll.h pty.h regex.h \ security/pam_appl.h shadow.h stddef.h stdint.h \ strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ + sys/ioccom.h \ sys/poll.h sys/queue.h sys/select.h sys/stat.h \ sys/stropts.h sys/sysmacros.h sys/time.h \ sys/ttcompat.h sys/un.h time.h ttyent.h usersec.h \ --- configure.ORIG Sat Nov 3 19:25:32 2001 +++ configure Thu Nov 8 13:38:31 2001 @@ -5895,6 +5895,7 @@ netinet/in_systm.h paths.h poll.h pty.h regex.h \ security/pam_appl.h shadow.h stddef.h st...
2003 Feb 01
1
Build errors on AIX 4.2.1: nanosleep
...configure.ac --- configure.ac 28 Jan 2003 00:33:44 -0000 1.104 +++ configure.ac 1 Feb 2003 01:49:04 -0000 @@ -388,7 +388,7 @@ rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ sys/mman.h sys/pstat.h sys/select.h sys/stat.h \ - sys/stropts.h sys/sysmacros.h sys/time.h \ + sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \ sys/un.h time.h tmpdir.h ttyent.h usersec.h \ util.h utime.h utmp.h utmpx.h) @@ -604,8 +604,8 @@ clock fchmod fchown freeaddrinfo futimes gai_strerror \ getaddrinfo getcwd getgrouplist getnameinfo get...
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
...**** fi # Checks for header files. ! AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h lastlog.h limits.h login.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h stddef.h time.h usersec.h util.h utmp.h utmpx.h) # Checks for library functions. ! AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_af clock freeaddrinfo gai_strerror getaddrinfo getnameinfo getrusage inet_aton innetgr md5_crypt memmove m...
2001 Feb 16
1
OpenSSH 2.3.0p1 port to BSDI BSD/OS
...cks for header files. -AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h time.h ttyent.h usersec.h util.h utmp.h utmpx.h vis.h) +AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h se...
2003 Jan 25
1
Build failures: nanosleep on Solaris and AIX 4.2.x
...configure.ac --- configure.ac 20 Jan 2003 04:20:25 -0000 1.102 +++ configure.ac 25 Jan 2003 06:48:20 -0000 @@ -388,7 +388,7 @@ rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ sys/mman.h sys/pstat.h sys/select.h sys/stat.h \ - sys/stropts.h sys/sysmacros.h sys/time.h \ + sys/stropts.h sys/sysmacros.h sys/time.h sys/timers.h \ sys/un.h time.h tmpdir.h ttyent.h usersec.h \ util.h utime.h utmp.h utmpx.h) @@ -604,7 +604,7 @@ clock fchmod fchown freeaddrinfo futimes gai_strerror \ getaddrinfo getcwd getgrouplist getnameinfo get...
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
...HECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h glob.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/queue.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h time.h ttyent.h usersec.h util.h utime.h utmp.h utmpx.h vis.h) +AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h glob.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pt...
2004 Aug 06
1
Compiling ices2 under OBSD3.1 (was: Compiling icecast2 under OpenBSD 3.1)
Michael Smith wrote: > >It is currently impossible to compile it under *BSD, at least afaik. > >src/im_sun.c includes stropts.h, which doesn't come with OpenBSD. After > >feeding one .h file after another from a linux box, it finally wanted > >gnu/stubs.h. There will never be GNU stuff in *BSD, so that must be > >solved differently. > Why on earth are you trying to compile im_sun.c on a non-solari...
2000 Jun 13
2
2.2.1p1 / AIX 4.2.1.0.06 login nits
Hi. New (2.1.1p1) login code is nicer on AIX (4.2.1.0.06). Thanks. A couple of issues, though, which I haven't really dug into yet. I'm wondering if anyone else has seen them? If not, I'll investigate & report. 1. If I set "UseLogin" to "yes", everything seems fine except that the authentication agent forwarding doesn't work. The "SSH"
2002 Mar 12
2
sys/queue.h
...uid) MANTYPE=man ;; @@ -327,7 +320,7 @@ netinet/in_systm.h paths.h poll.h pty.h \ rpc/types.h security/pam_appl.h shadow.h stddef.h stdint.h \ strings.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h \ - sys/poll.h sys/queue.h sys/select.h sys/stat.h \ + sys/poll.h sys/select.h sys/stat.h \ sys/stropts.h sys/sysmacros.h sys/time.h \ sys/ttcompat.h sys/un.h time.h ttyent.h usersec.h \ util.h utime.h utmp.h utmpx.h) Index: sftp-client.c =================================================================== RCS file: /var/cvs/openssh/sftp-client.c,v retrieving revision 1.24 diff -u -r1.24 sftp-clie...
2001 Feb 12
5
SCO OS3 build broken (CVS 01/12/01)
It looks like something got broken in openbsd-compat/bsd-snprintf.c ... gcc -g -O2 -Wall -Dftruncate=chsize -I/usr/local/include -I/usr/local/ssl/includ e -I. -I.. -I../src/openbsd-compat -I../src/openbsd-compat/.. -DHAVE_CONFIG_H -c ../src/openbsd-compat/bsd-snprintf.c In file included from ../src/openbsd-compat/bsd-snprintf.c:72:
2003 Jun 22
2
Problem with Configure
...s checking for sys/mman.h... yes checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/stat.h... (cached) yes checking sys/stropts.h usability... no checking sys/stropts.h presence... no checking for sys/stropts.h... no checking sys/sysmacros.h usability... no checking sys/sysmacros.h presence... no checking for sys/sysmacros.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time...
2018 Aug 13
0
Re: [PATCH v2 4/4] file: Zero for block devices on old kernels
...> > #include <sys/types.h> > > #include <sys/stat.h> > > +#include <sys/ioctl.h> > > Linux-specific header; will it cause grief on BSD compilation? > I did not know that, will wrap it with #ifdef __linux__ > > (POSIX declares ioctl() in <stropts.h>, but for the obsolete STREAMS > extension that no one but Solaris ever implemented, and which no one > uses today - and thus which has little bearing on the Linux use of ioctl). > > Otherwise looks okay. > > -- > Eric Blake, Principal Software Engineer > Red Hat, Inc....
2004 Aug 06
0
Compiling icecast2 under OpenBSD 3.1
> >Some comments about ices2: > >It is currently impossible to compile it under *BSD, at least afaik. >src/im_sun.c includes stropts.h, which doesn't come with OpenBSD. After >feeding one .h file after another from a linux box, it finally wanted >gnu/stubs.h. There will never be GNU stuff in *BSD, so that must be >solved differently. Why on earth are you trying to compile im_sun.c on a non-solaris machine? That fil...
2004 Aug 06
1
ices2 not compiling on OpenBSD 3.3
> > im_sun.c:29: stropts.h: No such file or directory > > *** Error code 1 > > > > Any suggestions? > > Yes, use the configure option --disable-sun-audio. Ices2's im_sun only > works on Solaris right now as it seems. I managed to compile it with > some changes, but live streaming still i...