From: Jim Meyering Date: Thu, 12 Jun 1997 12:58:47 +0000 (+0000) Subject: remove blank line at end and add copyright X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1c1bc7e08105746e0e599e4a3627025de4afd3f;p=pspp remove blank line at end and add copyright tweak cpp indentation --- diff --git a/lib/save-cwd.c b/lib/save-cwd.c index 87a34e3c18..292bb6809c 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c @@ -1,5 +1,5 @@ /* save-cwd.c -- Save and restore current working directory. - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1997 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 @@ -38,7 +38,7 @@ #endif #include -# ifndef errno +#ifndef errno extern int errno; #endif @@ -96,7 +96,7 @@ save_cwd (cwd) } # endif /* __sun__ || sun */ #else -#define fchdir(x) (abort (), 0) +# define fchdir(x) (abort (), 0) have_working_fchdir = 0; #endif } @@ -152,4 +152,3 @@ free_cwd (cwd) if (cwd->name) free (cwd->name); } -