Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpuffs remove three years out-of-date comment
details: https://anonhg.NetBSD.org/src/rev/3559d3ff35d7
branches: trunk
changeset: 754997:3559d3ff35d7
user: pooka <pooka%NetBSD.org@localhost>
date: Wed May 19 12:16:45 2010 +0000
description:
remove three years out-of-date comment
diffstat:
lib/libpuffs/puffs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 341b512e864c -r 3559d3ff35d7 lib/libpuffs/puffs.c
--- a/lib/libpuffs/puffs.c Wed May 19 08:02:46 2010 +0000
+++ b/lib/libpuffs/puffs.c Wed May 19 12:16:45 2010 +0000
@@ -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);
Home |
Main Index |
Thread Index |
Old Index