search for: ac_header_major

Displaying 10 results from an estimated 10 matches for "ac_header_major".

2017 Mar 01
2
[PATCH libguestfs] Use AC_HEADER_MAJOR to find definitions of major, minor, makedev.
Note this requires either the following fix in autoconf: http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=e17a30e98 OR gnulib sys_types module plus gnulib commit a512e041120e9012e69afa2f5c3adc196ec4999a (any gnulib more recent than Sep 2016) which corrects the AC_HEADER_MAJOR macro in a similar way. --- bootstrap | 1 + cat/ls.c | 7 +++++++ daemon/mknod.c | 6 ++++++ diff/diff.c | 7 +++++++ lib/fuse.c | 6 ++++++ m4/guestfs_libraries.m4 | 3 +++ mllib/unix_utils-c.c | 8 +++++++- p2v/main.c...
2017 Mar 03
0
Re: [PATCH libguestfs] Use AC_HEADER_MAJOR to find definitions of major, minor, makedev.
...ote this requires either the following fix in autoconf: > > http://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=e17a30e98 > > OR gnulib sys_types module plus gnulib > commit a512e041120e9012e69afa2f5c3adc196ec4999a (any gnulib more > recent than Sep 2016) which corrects the AC_HEADER_MAJOR macro in a > similar way. > --- Theoretically LGTM -- OTOH, couldn't the common #if..etc chain be put in some common headers, e.g. guestfs-internal-all.h? Or a simple guestfs-internal-majorminor.h or so. Thanks, -- Pino Toscano -------------- next part -------------- A non-text attachm...
2017 Mar 01
3
[PATCH supermin 0/2] Use AC_HEADER_MAJOR to find definitions of major, minor, makedev.
Quite a complex fix in the end, see the comment in the second commit. Rich.
2018 Jan 02
0
Wine release 2.0.4
...andidate formats for the target. ntdll: Support loading binaries that start inside the DOS area. ntdll: Ignore the preload start address if it is zero. README: Remove references to removed Wiki pages. readme: Patches should now be sent to wine-devel. configure: Replace AC_HEADER_MAJOR macro to handle glibc 2.25 sys/types.h breakage. wineconsole: Avoid some fatal errors. wineconsole: Remove duplicate line feeds. wordpad: New high resolution cursor generated from SVG. explorer: Don't forward the system tray to the display driver in desktop mode. Alista...
2016 Jun 16
0
Wine release 1.8.3
...sts: Add test for process object destruction. kernel32/tests: Disable Windows version dependent test for pcPriClassBase. server: Do not hold reference on parent process. ntoskrnl.exe: Add missing linebreak to FIXME in KeDelayExecutionThread. Seong-ho Cho (1): configure: Add AC_HEADER_MAJOR to find where major() is defined. -- Michael Stefaniuc mstefani at winehq.org
2019 Nov 27
5
[v2v PATCH v2 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a while" saga -- now with working test suite. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am
2019 Nov 27
6
[v2v PATCH 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a while" saga. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am | 2 - bootstrap
2017 Dec 08
0
Wine release 3.0-rc1
...ntdll: Add a platform-specific helper for starting a thread. ntdll: Suspend a thread with its start context explicitly before attaching dlls. ntdll: Don't return from attach_dlls on failure. kernel32/tests: Add a test for the thread initial context. configure: Replace AC_HEADER_MAJOR macro to handle glibc 2.25 sys/types.h breakage. ntdll: Run the entire thread initialization code on the thread stack on i386. ntdll: Run the entire thread initialization code on the thread stack on x86-64. ntdll: Run the entire thread initialization code on the thread stack on re...
2016 Apr 29
0
Wine release 1.9.9
...user32/tests: Add additional test for window station name. user32: Implement SetCoalescableTimer and add basic tests. quartz/tests: Add initial tests for IFileSourceFilter interface. quartz: Add check for NULL pointer in FileSource_Load. Seong-ho Cho (1): configure: Add AC_HEADER_MAJOR to find where major() is defined. Stefan Dösinger (10): wined3d: Get rid of WINED3D_BUFFER_FLUSH. wined3d: Merge wined3d_surface_prepare() and wined3d_volume_prepare_location(). wined3d: Use wined3d_texture_prepare_location() in wined3d_volume_load_location(). wined3d: Use...
2019 Jul 09
7
[PATCH 0/5] Split virt-p2v in own repository
Hi, as it was already discussed on this list, here it is my attempt in splitting virt-p2v in an own repository. Sadly there are things that must be copied from libguestfs, as it cannot be avoided. The approach taken was to run a script (will send separately) to just get the "p2v" subdirectory with its history as own repository, and then add in few followup commits all the bits needed