diff options
Diffstat (limited to 'sysdeps/gnu/updwtmp.c')
-rw-r--r-- | sysdeps/gnu/updwtmp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/gnu/updwtmp.c b/sysdeps/gnu/updwtmp.c index 71a3003c96..e4f63088a9 100644 --- a/sysdeps/gnu/updwtmp.c +++ b/sysdeps/gnu/updwtmp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1998. @@ -27,4 +27,4 @@ && __access (_PATH_WTMP "x", F_OK) != 0) ? _PATH_WTMP : \ file_name)) -#include <sysdeps/generic/updwtmp.c> +#include <login/updwtmp.c> |