Revert "Does not work" back to "Does no work". It wasn't a typo.
This commit is contained in:
parent
c5d5ca2dbc
commit
6ff503baef
|
@ -36,7 +36,7 @@
|
|||
%#ifndef __lint__
|
||||
%/*static char sccsid[] = "from: @(#)mount.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/
|
||||
%/*static char sccsid[] = "from: @(#)mount.x 2.1 88/08/01 4.0 RPCSRC";*/
|
||||
%__RCSID("$NetBSD: mount.x,v 1.7 2021/10/21 13:21:53 andvar Exp $");
|
||||
%__RCSID("$NetBSD: mount.x,v 1.8 2021/10/21 21:35:02 andvar Exp $");
|
||||
%/* $FreeBSD: src/include/rpcsvc/mount.x,v 1.7 2003/05/04 02:51:42 obrien Exp $ */
|
||||
%#endif /* not __lint__ */
|
||||
#endif
|
||||
|
@ -144,7 +144,7 @@ program MOUNTPROG {
|
|||
*/
|
||||
version MOUNTVERS {
|
||||
/*
|
||||
* Does not work. It is made available in all RPC services
|
||||
* Does no work. It is made available in all RPC services
|
||||
* to allow server response testing and timing
|
||||
*/
|
||||
void
|
||||
|
@ -198,7 +198,7 @@ program MOUNTPROG {
|
|||
} = 1;
|
||||
version MOUNTVERS3 {
|
||||
/*
|
||||
* Does not work. It is made available in all RPC services
|
||||
* Does no work. It is made available in all RPC services
|
||||
* to allow server response testing and timing
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue