summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-20 21:31:16 +0000
committerphk <phk@FreeBSD.org>2002-10-20 21:31:16 +0000
commit51e0dc5ceb6d274fa752496d0fc7fb0472eb1e5c (patch)
tree0348fc8c9595f05a05fa82e8b31c7ed17d480e90 /sys
parentce64cb0b2d2071652271394dadef6edfefbe0f0d (diff)
downloadFreeBSD-src-51e0dc5ceb6d274fa752496d0fc7fb0472eb1e5c.zip
FreeBSD-src-51e0dc5ceb6d274fa752496d0fc7fb0472eb1e5c.tar.gz
'&' not used for pointers to functions.
Spotted by: FlexeLint
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/pseudofs/pseudofs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/pseudofs/pseudofs.h b/sys/fs/pseudofs/pseudofs.h
index 05882bf..c7a64dd 100644
--- a/sys/fs/pseudofs/pseudofs.h
+++ b/sys/fs/pseudofs/pseudofs.h
@@ -239,8 +239,8 @@ int pfs_destroy (struct pfs_node *pn);
\
static struct pfs_info name##_info = { \
#name, \
- &name##_init, \
- &name##_uninit, \
+ name##_init, \
+ name##_uninit, \
}; \
\
static int \
OpenPOWER on IntegriCloud