Module Name:    src
Committed By:   christos
Date:           Sun Nov  8 16:38:25 UTC 2015

Modified Files:
        src/tests/fs/nfs/nfsservice: mountd.c

Log Message:
Don't use POLL again.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/fs/nfs/nfsservice/mountd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/fs/nfs/nfsservice/mountd.c
diff -u src/tests/fs/nfs/nfsservice/mountd.c:1.10 src/tests/fs/nfs/nfsservice/mountd.c:1.11
--- src/tests/fs/nfs/nfsservice/mountd.c:1.10	Sat Nov  7 21:45:16 2015
+++ src/tests/fs/nfs/nfsservice/mountd.c	Sun Nov  8 11:38:25 2015
@@ -1,4 +1,4 @@
-/* 	$NetBSD: mountd.c,v 1.10 2015/11/08 02:45:16 christos Exp $	 */
+/* 	$NetBSD: mountd.c,v 1.11 2015/11/08 16:38:25 christos Exp $	 */
 
 /*
  * Copyright (c) 1989, 1993
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 19
 #if 0
 static char     sccsid[] = "@(#)mountd.c  8.15 (Berkeley) 5/1/95";
 #else
-__RCSID("$NetBSD: mountd.c,v 1.10 2015/11/08 02:45:16 christos Exp $");
+__RCSID("$NetBSD: mountd.c,v 1.11 2015/11/08 16:38:25 christos Exp $");
 #endif
 #endif				/* not lint */
 
@@ -353,7 +353,7 @@ mountd_main(void *arg)
 	extern sem_t gensem;
 	pthread_t ptdummy;
 
-	svc_fdset_init(SVC_FDSET_MT | SVC_FDSET_POLL);
+	svc_fdset_init(SVC_FDSET_MT);
 
 #if 0
 	while ((c = getopt(argc, argv, "dNnrp:" ADDOPTS)) != -1)

Reply via email to