aboutsummaryrefslogtreecommitdiff
path: root/posix/getconf.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-01-04 17:21:50 +0000
committerUlrich Drepper <drepper@redhat.com>1999-01-04 17:21:50 +0000
commitfb19a1ec9efc34ce5409374844eb2a2820d4c187 (patch)
tree8d7228d5ffa54e043a1f28db83bfa90a28ed2c54 /posix/getconf.c
parent3c5edd4dc680911b5dd1bd9a0c2b55cc134b6a46 (diff)
downloadglibc-fb19a1ec9efc34ce5409374844eb2a2820d4c187.zip
glibc-fb19a1ec9efc34ce5409374844eb2a2820d4c187.tar.gz
glibc-fb19a1ec9efc34ce5409374844eb2a2820d4c187.tar.bz2
Update.
1999-01-04 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/register-dump.h: Correct widths of register values. * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: New file. * csu/version.c (banner): Update date. * elf/sprof.c: Likewise. * login/programs/utmpd.c: Likewise. * nss/getent.c: Likewise. * posix/getconf.c: Likewise. * Rules: Likewise. Remove rules to generate obsolete empty.{c,o*}.
Diffstat (limited to 'posix/getconf.c')
-rw-r--r--posix/getconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/getconf.c b/posix/getconf.c
index a28b8eb..c6b10fd 100644
--- a/posix/getconf.c
+++ b/posix/getconf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 92, 95, 96, 97, 98 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 92, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -625,7 +625,7 @@ main (int argc, char *argv[])
Copyright (C) %s Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "1991, 1992, 1995, 1996, 1997, 1998");
+"), "1999");
fprintf (stderr, gettext ("Written by %s.\n"), "Roland McGrath");
return 0;
}