Module Name:    src
Committed By:   rin
Date:           Thu Dec 14 05:39:00 UTC 2023

Modified Files:
        src/sys/lib/libsa: nfs.c

Log Message:
libsa: nfs: Fix NFS_NOSYMLINK option for previous

Used only by mvme68k.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/lib/libsa/nfs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/lib/libsa/nfs.c
diff -u src/sys/lib/libsa/nfs.c:1.51 src/sys/lib/libsa/nfs.c:1.52
--- src/sys/lib/libsa/nfs.c:1.51	Tue Dec 12 09:12:55 2023
+++ src/sys/lib/libsa/nfs.c	Thu Dec 14 05:39:00 2023
@@ -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_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)

Reply via email to