diff options
Diffstat (limited to 'lib/librpcsvc/mount.x')
-rw-r--r-- | lib/librpcsvc/mount.x | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/librpcsvc/mount.x b/lib/librpcsvc/mount.x index 2e99117933a..9c6f674ee2b 100644 --- a/lib/librpcsvc/mount.x +++ b/lib/librpcsvc/mount.x @@ -1,4 +1,4 @@ -/* $OpenBSD: mount.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $ */ +/* $OpenBSD: mount.x,v 1.4 2009/10/27 23:59:30 deraadt Exp $ */ /* * Sun RPC is a product of Sun Microsystems, Inc. and is provided for @@ -34,11 +34,6 @@ */ #ifndef RPC_HDR -%#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";*/ -%static char rcsid[] = "$OpenBSD: mount.x,v 1.3 2004/01/17 12:32:11 deraadt Exp $"; -%#endif /* not lint */ #endif const MNTPATHLEN = 1024; /* maximum bytes in a pathname argument */ |