From: Bruno Haible Date: Sun, 8 Oct 2017 15:54:59 +0000 (+0200) Subject: vma-iter: Fix typo in last commit. X-Git-Tag: v1.0~5876 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b1b33f906fade8ea2dc6749a91d29dfc7421596d;p=gnulib.git vma-iter: Fix typo in last commit. --- diff --git a/lib/vma-iter.c b/lib/vma-iter.c index 0845867566..799f037c32 100644 --- a/lib/vma-iter.c +++ b/lib/vma-iter.c @@ -333,7 +333,7 @@ rof_close (struct rofile *rof) /* Support for reading the info from a text file in the /proc file system. */ -# if defined __linux__ || (defined __FreeBSD_kernel__ && !defined __FreeBSD__) /* || defined __CYGWIN__ */ +#if defined __linux__ || (defined __FreeBSD_kernel__ && !defined __FreeBSD__) /* || defined __CYGWIN__ */ /* GNU/kFreeBSD mounts /proc as linprocfs, which looks like a Linux /proc file system. */