changeset 38890:043f44add7c1

vma-iter: Fix typo in last commit.
author Bruno Haible <bruno@clisp.org>
date Sun, 08 Oct 2017 17:54:59 +0200
parents 67df4bbbbc48
children c1716f2f8884
files lib/vma-iter.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/vma-iter.c	Sun Oct 08 17:50:16 2017 +0200
+++ b/lib/vma-iter.c	Sun Oct 08 17:54:59 2017 +0200
@@ -333,7 +333,7 @@
 
 /* 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.  */