Module Name: src
Committed By: pooka
Date: Wed May 19 12:16:45 UTC 2010
Modified Files:
src/lib/libpuffs: puffs.c
Log Message:
remove three years out-of-date comment
To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/lib/libpuffs/puffs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpuffs/puffs.c
diff -u src/lib/libpuffs/puffs.c:1.105 src/lib/libpuffs/puffs.c:1.106
--- src/lib/libpuffs/puffs.c:1.105 Tue Jan 12 18:42:38 2010
+++ src/lib/libpuffs/puffs.c Wed May 19 12:16:45 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: puffs.c,v 1.105 2010/01/12 18:42:38 pooka Exp $ */
+/* $NetBSD: puffs.c,v 1.106 2010/05/19 12:16:45 pooka Exp $ */
/*
* Copyright (c) 2005, 2006, 2007 Antti Kantee. All Rights Reserved.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: puffs.c,v 1.105 2010/01/12 18:42:38 pooka Exp $");
+__RCSID("$NetBSD: puffs.c,v 1.106 2010/05/19 12:16:45 pooka Exp $");
#endif /* !lint */
#include <sys/param.h>
@@ -82,7 +82,7 @@
FILLOP(access, ACCESS);
FILLOP(getattr, GETATTR);
FILLOP(setattr, SETATTR);
- FILLOP(poll, POLL); /* XXX: not ready in kernel */
+ FILLOP(poll, POLL);
FILLOP(mmap, MMAP);
FILLOP(fsync, FSYNC);
FILLOP(seek, SEEK);