summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/nfs/nfs_subs.c10
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;
{