Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/usr.sbin/puffs/mount_9p Minimal build fix for ticket #1738
details: https://anonhg.NetBSD.org/src/rev/392600a5774e
branches: netbsd-8
changeset: 363943:392600a5774e
user: martin <martin%NetBSD.org@localhost>
date: Fri Mar 18 13:26:38 2022 +0000
description:
Minimal build fix for ticket #1738
diffstat:
usr.sbin/puffs/mount_9p/node.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 12b23ee008ae -r 392600a5774e usr.sbin/puffs/mount_9p/node.c
--- a/usr.sbin/puffs/mount_9p/node.c Tue Mar 15 10:01:03 2022 +0000
+++ b/usr.sbin/puffs/mount_9p/node.c Fri Mar 18 13:26:38 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: node.c,v 1.21.40.1 2022/03/15 10:00:14 martin Exp $ */
+/* $NetBSD: node.c,v 1.21.40.2 2022/03/18 13:26:38 martin Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: node.c,v 1.21.40.1 2022/03/15 10:00:14 martin Exp $");
+__RCSID("$NetBSD: node.c,v 1.21.40.2 2022/03/18 13:26:38 martin Exp $");
#endif /* !lint */
#include <assert.h>
@@ -182,7 +182,7 @@
GETRESPONSE(pb);
if (p9pbuf_get_type(pb) != P9PROTO_R_READ) {
- rv = proto_handle_rerror(pu, pb);
+ rv = EPROTO;
goto out;
}
Home |
Main Index |
Thread Index |
Old Index