]> Savannah Git Hosting - gnulib.git/commitdiff
vma-iter: Fix typo in last commit.
authorBruno Haible <bruno@clisp.org>
Sun, 8 Oct 2017 15:54:59 +0000 (17:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 8 Oct 2017 15:54:59 +0000 (17:54 +0200)
lib/vma-iter.c

index 084586756611ecc3fd50e43cf3d59cedde4478c9..799f037c32fe485ebd2c5a218e9f1e8c571ece29 100644 (file)
@@ -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.  */