Bug #1101233: fix test_fcntl on netbsd2 platform.
diff --git a/Lib/test/test_fcntl.py b/Lib/test/test_fcntl.py
index 46bccc1..f53b13a 100755
--- a/Lib/test/test_fcntl.py
+++ b/Lib/test/test_fcntl.py
@@ -20,7 +20,7 @@
 if sys.platform.startswith('atheos'):
     start_len = "qq"
 
-if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin',
+if sys.platform in ('netbsd1', 'netbsd2', 'Darwin1.2', 'darwin',
                     'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5', 'freebsd6',
                     'freebsd7',
                     'bsdos2', 'bsdos3', 'bsdos4',