Include for "makedev". Taken from this gnulib commit: https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=4da63c5881f60f71999a943612da9112232b9161 diff --git a/gl/lib/mountlist.c b/gl/lib/mountlist.c index bb4e4ee21..cf4020e2a 100644 --- a/gl/lib/mountlist.c +++ b/gl/lib/mountlist.c @@ -37,6 +37,12 @@ # include #endif +#if MAJOR_IN_MKDEV +# include +#elif MAJOR_IN_SYSMACROS +# include +#endif + #if defined MOUNTED_GETFSSTAT /* OSF_1 and Darwin1.3.x */ # if HAVE_SYS_UCRED_H # include /* needed on OSF V4.0 for definition of NGROUPS, ' name='id' value='c89173cf466046c830bc0cf99a149996d6e21b14'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-18gnu: Deprecate `texlive-tiny'....Nicolas Goaziou
2023-07-18gnu: chez-web: Fix build....Nicolas Goaziou
2023-07-18gnu: Rationalize texlive-updmap.cfg and texlive-tiny inputs....Nicolas Goaziou
2023-07-18gnu: texlive-tex-plain -> texlive-plain....Nicolas Goaziou
2023-07-18gnu: texlive-fonts-ec -> texlive-ec....Nicolas Goaziou
2023-07-18gnu: texlive-dvips-l3backend -> texlive-l3backend....Nicolas Goaziou
2023-07-14gnu: racket: Update to 8.9....Philip McGrath
2023-03-26gnu: chez-scheme-for-racket-bootstrap-bootfiles: change for aarch64....Tim Johann
2023-02-19gnu: Use HTTPS package home pages wherever possible....Tobias Geerinckx-Rice
2023-02-19gnu: racket: Update to 8.8....Philip McGrath
2023-02-11utils: Add target-little-endian?....Philip McGrath