From: Jim Meyering Date: Wed, 18 Jun 2003 06:53:26 +0000 (+0000) Subject: Update from gnulib. X-Git-Tag: v5.0.1~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b958357b04f465195ae7a45200c165aeeae1bad;p=thirdparty%2Fcoreutils.git Update from gnulib. --- diff --git a/lib/same.h b/lib/same.h index d4543a57c8..9e2c173266 100644 --- a/lib/same.h +++ b/lib/same.h @@ -1,5 +1,7 @@ /* Determine whether two file names refer to the same file. - Copyright (C) 1997-2000, 2003 Free Software Foundation, Inc. + + Copyright (C) 1997, 1998, 1999, 2000, 2003 Free Software + Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,7 +20,6 @@ #ifndef SAME_H_ # define SAME_H_ 1 -int -same_name (const char *source, const char *dest); +int same_name (const char *source, const char *dest); #endif /* SAME_H_ */