diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-19 07:54:54 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-08-19 07:54:54 +0000 |
commit | 137194e1c1aa66807dd094769f374370dfb8acf6 (patch) | |
tree | 9504f5593a546214a4f939622eeb7796b13ebb8e /lib/librpcsvc/rquota.x | |
parent | 9e5698b2ecf5f269137c066ad06a224efe846f12 (diff) |
$OpenBSD$
Diffstat (limited to 'lib/librpcsvc/rquota.x')
-rw-r--r-- | lib/librpcsvc/rquota.x | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/librpcsvc/rquota.x b/lib/librpcsvc/rquota.x index 1e0ca9f292a..fe6afcf3c5d 100644 --- a/lib/librpcsvc/rquota.x +++ b/lib/librpcsvc/rquota.x @@ -1,3 +1,5 @@ +/* $OpenBSD: rquota.x,v 1.2 1997/08/19 07:54:50 niklas Exp $ */ + /* * Remote quota protocol * Requires unix authentication @@ -7,7 +9,7 @@ %#ifndef lint %/*static char sccsid[] = "from: @(#)rquota.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/ %/*static char sccsid[] = "from: @(#)rquota.x 2.1 88/08/01 4.0 RPCSRC";*/ -%static char rcsid[] = "$Id: rquota.x,v 1.1 1995/10/18 08:43:10 deraadt Exp $"; +%static char rcsid[] = "$OpenBSD: rquota.x,v 1.2 1997/08/19 07:54:50 niklas Exp $"; %#endif /* not lint */ #endif |