diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-13 14:06:34 +0000 |
| commit | 8af1452cf8dd1b33da881f84e445d5981eaa9613 (patch) | |
| tree | cb772fa69b05d0a14bcc6022fa62709c2343eb17 /lib/libc/net/getnetbynis.c | |
| parent | a75b8f47d17745e61ef010a3faeb1624e346a0d4 (diff) | |
Notes
Diffstat (limited to 'lib/libc/net/getnetbynis.c')
| -rw-r--r-- | lib/libc/net/getnetbynis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/getnetbynis.c b/lib/libc/net/getnetbynis.c index d226b0191d96..c6db4f4c3af9 100644 --- a/lib/libc/net/getnetbynis.c +++ b/lib/libc/net/getnetbynis.c @@ -24,8 +24,8 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)$FreeBSD$"; -static char rcsid[] = "$FreeBSD$"; +static const char rcsid[] = + "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |
