diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:15:15 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:15:15 +0000 |
| commit | 542d87feca8130a19f9b6596f11fee75d8fb7c06 (patch) | |
| tree | 0cdcc84bab0ec9d2d020e2b4a35d56b4a0662103 /lib/librpcsvc/rnusers.c | |
| parent | f8014c09276622116270b4df43583ac70ba4aff1 (diff) | |
Notes
Diffstat (limited to 'lib/librpcsvc/rnusers.c')
| -rw-r--r-- | lib/librpcsvc/rnusers.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/librpcsvc/rnusers.c b/lib/librpcsvc/rnusers.c index 3a4629fce741..538a2c9cc5f5 100644 --- a/lib/librpcsvc/rnusers.c +++ b/lib/librpcsvc/rnusers.c @@ -27,6 +27,10 @@ * 2550 Garcia Avenue * Mountain View, California 94043 */ + +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #if !defined(lint) && defined(SCCSIDS) static char sccsid[] = "@(#)rnusers.c 1.2 91/03/11 TIRPC 1.0; from 1.7 89/03/24 SMI"; #endif |
