From 8584480840c4f397975d6c63e8538c010896485e Mon Sep 17 00:00:00 2001 From: rin Date: Thu, 14 Dec 2023 05:39:00 +0000 Subject: [PATCH] libsa: nfs: Fix NFS_NOSYMLINK option for previous Used only by mvme68k. --- sys/lib/libsa/nfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/lib/libsa/nfs.c b/sys/lib/libsa/nfs.c index 36b220166852..e1abefaa4016 100644 --- a/sys/lib/libsa/nfs.c +++ b/sys/lib/libsa/nfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: nfs.c,v 1.51 2023/12/12 09:12:55 mlelstv Exp $ */ +/* $NetBSD: nfs.c,v 1.52 2023/12/14 05:39:00 rin Exp $ */ /*- * Copyright (c) 1993 John Brezak @@ -596,9 +596,9 @@ nfs_open(const char *path, struct open_file *f) char namebuf[NFS_MAXPATHLEN + 1]; char linkbuf[NFS_MAXPATHLEN + 1]; int nlinks = 0; + n_long fa_type; #endif int error = 0; - n_long fa_type; #ifdef NFS_DEBUG if (debug)