From 0b958357b04f465195ae7a45200c165aeeae1bad Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Jun 2003 06:53:26 +0000 Subject: Update from gnulib. --- lib/same.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/same.h') diff --git a/lib/same.h b/lib/same.h index d4543a57c..9e2c17326 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_ */ -- cgit v1.2.3-54-g00ecf