[BACK]Return to mount.x CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / librpcsvc

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

Diff for /src/lib/librpcsvc/mount.x between version 1.5 and 1.6

version 1.5, 2003/05/07 13:48:47 version 1.6, 2004/07/01 22:52:34
Line 33 
Line 33 
   
 #ifndef RPC_HDR  #ifndef RPC_HDR
 %#include <sys/cdefs.h>  %#include <sys/cdefs.h>
 %#ifndef lint  %#ifndef __lint__
 %/*static char sccsid[] = "from: @(#)mount.x 1.2 87/09/18 Copyr 1987 Sun Micro";*/  %/*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";*/  %/*static char sccsid[] = "from: @(#)mount.x    2.1 88/08/01 4.0 RPCSRC";*/
 %__RCSID("$NetBSD$");  %__RCSID("$NetBSD$");
 %/*     $FreeBSD: src/include/rpcsvc/mount.x,v 1.7 2003/05/04 02:51:42 obrien Exp $     */  %/*     $FreeBSD: src/include/rpcsvc/mount.x,v 1.7 2003/05/04 02:51:42 obrien Exp $     */
 %#endif /* not lint */  %#endif /* not __lint__ */
 #endif  #endif
   
 const MNTPATHLEN = 1024;        /* maximum bytes in a pathname argument */  const MNTPATHLEN = 1024;        /* maximum bytes in a pathname argument */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb <webmaster@jp.NetBSD.org>