diff options
Diffstat (limited to 'nss/databases.def')
-rw-r--r-- | nss/databases.def | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nss/databases.def b/nss/databases.def index 2ab892258d..d085a90c9d 100644 --- a/nss/databases.def +++ b/nss/databases.def @@ -1,5 +1,5 @@ /* List of all databases defined for the NSS in GNU C Library. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. @@ -32,3 +32,9 @@ DEFINE_DATABASE (publickey) DEFINE_DATABASE (rpc) DEFINE_DATABASE (services) DEFINE_DATABASE (shadow) + +/* + Local Variables: + mode:C + End: + */ |