]> git.eshelyaron.com Git - emacs.git/commit
Fix the MS-DOS build
authorPo Lu <luangruo@yahoo.com>
Sun, 13 Aug 2023 03:10:50 +0000 (11:10 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 13 Aug 2023 03:10:50 +0000 (11:10 +0800)
commit5e0c2006088358e13ebabeeb185ae88b852a8691
treef483381daca630ec4122edaf2919291419f33f6b
parentb7c194c1ead2ed5018b05482ef9e17a6a7b6f417
Fix the MS-DOS build

* msdos/sedlibmk.inp (OMIT_GNULIB_MODULE_boot-time): Define to
true.
* src/filelock.c (get_boot_sec) [MSDOS]: Return 0; this
information is probably unavailable.  It is also irrelevant as
MS-DOS is a single-process operating system.
msdos/sedlibmk.inp
src/filelock.c