diff options
author | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-11-05 21:18:57 +0000 |
---|---|---|
committer | Thordur I. Bjornsson <thib@cvs.openbsd.org> | 2007-11-05 21:18:57 +0000 |
commit | d02ac752636e06f2c62d9d4088c896b65cbb7fc6 (patch) | |
tree | 2a13e3af5dfa2355631ded81f2af7dd0ff0daad9 /sys/nfs | |
parent | 6e70dfc6c61a685f54939def68b7b56cae62fd42 (diff) |
deinline nfs_attrtimeo(); and remove some associated
#ifdef goo.
ok krw@, blambert@
Diffstat (limited to 'sys/nfs')
-rw-r--r-- | sys/nfs/nfs_subs.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/nfs/nfs_subs.c b/sys/nfs/nfs_subs.c index 2938cb488ee..624165d7f07 100644 --- a/sys/nfs/nfs_subs.c +++ b/sys/nfs/nfs_subs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_subs.c,v 1.65 2007/10/13 17:38:43 thib Exp $ */ +/* $OpenBSD: nfs_subs.c,v 1.66 2007/11/05 21:18:56 thib Exp $ */ /* $NetBSD: nfs_subs.c,v 1.27.4.3 1996/07/08 20:34:24 jtc Exp $ */ /* @@ -73,12 +73,6 @@ #include <dev/rndvar.h> -#ifdef __GNUC__ -#define INLINE __inline -#else -#define INLINE -#endif - int nfs_attrtimeo(struct nfsnode *np); /* @@ -1199,7 +1193,7 @@ nfs_loadattrcache(vpp, mdp, dposp, vaper) return (0); } -INLINE int +int nfs_attrtimeo (np) struct nfsnode *np; { |